Resources
Full CRUD scaffolding with forms, tables, infolists and automatic routing.
LARAVILT v1.0 IS HERE
Build admin panels without the complexity. A modern admin panel framework for Laravel, rendered with Inertia on Vue or React — resources, forms, tables, actions, infolists, widgets, notifications, auth, AI and plugins.

composer require laravilt/laravilt1,200+
GitHub stars
50K+
Downloads
45+
Contributors
100+
Components
Full CRUD scaffolding with forms, tables, infolists and automatic routing.
50+ field types including text, select, file upload, repeater and rich editor.
Sortable, searchable, filterable tables with bulk actions and custom columns.
2FA, passkeys, social login, API tokens and session management.
Built-in AI agents, smart search and AI-powered CRUD operations.
Multi-tenant support with single or multi-database architecture.
Define your admin panel with a fluent, chainable API that feels natural.
namespace App\Laravilt\Admin\Resources\User;
use Laravilt\Panel\Resources\Resource;
use Laravilt\Schemas\Schema;
use Laravilt\Tables\Table;
class UserResource extends Resource
{
protected static ?string $model = User::class;
protected static ?string $navigationIcon = 'Users';
protected static ?string $navigationGroup = 'System';
public static function form(Schema $form): Schema { /* … */ }
public static function table(Table $table): Table { /* … */ }
public static function api(ApiResource $api): ApiResource { /* … */ }
public static function ai(AIAgent $agent): AIAgent { /* … */ }
}composer require laravilt/laravilt php artisan laravilt:install npm install && npm run build
A hosted MCP server so AI agents can read the Laravilt docs and scaffold resources, forms and tables for you.
claude mcp add --transport http laravilt https://mcp.laravilt.com/mcphttps://mcp.laravilt.comLaravilt is modular: install the whole framework or only the packages you need, and extend it with plugins built on its plugin system.
A modern Laravel Admin Panel built with Vue 3, Inertia.js, and AI capabilities. Inspired by Filament but powered by the frontend.
A powerful admin panel framework for Laravel with Vue.js (Inertia.js) frontend. Build beautiful, reactive admin panels with minimal effort.
Complete form builder system with 30+ field types, validation, and Blade/Inertia.js integration for Laravilt. Build complex forms with text inputs, selects, date pickers, file uploads, rich editors, repeaters, and more.
Complete table system with columns, filters, sorting, bulk actions, and pagination for Laravilt. Build powerful data tables with search, filters, inline editing, and row/bulk actions.
Complete action system for Laravilt — buttons, modals, confirmations, forms inside actions, and row and bulk actions for tables.
Complete information display system with entries, sections, and flexible layouts for Laravilt. Display data in organized, readable formats with text, images, badges, icons, and lists.
composer require laravilt/laraviltphp artisan laravilt:installnpm install && npm run buildA full Laravilt panel with sample data. Sign in with the demo account below.
Get started with Laravilt today and build your admin panel in minutes.
composer require laravilt/laravilt