ページ · Laravilt
Laravilt Documentation
Build Laravel admin panels with PHP, rendered in Vue or React through Inertia.
Laravilt is a modular admin panel framework for Laravel. You define panels, resources, forms, tables and dashboards in PHP, and Laravilt renders them as a fast Inertia single-page app in Vue 3 or React 19, styled with shadcn and Tailwind CSS v4.
Live demo (log in with [email protected] / password) · GitHub · MCP server: https://mcp.laravilt.com/mcp
Quick start
On a fresh Laravel app created with the Vue or React starter kit:
Then open /admin. The installer asks for your stack (or pass --stack=vue|react), sets up the panel, runs migrations and builds the assets. See Installation.
Laravel 13 and React require Laravilt v1.1 or later. 1.0.x supports Laravel 11/12 with Vue.
Sections
| Section | What's inside |
|---|---|
| Getting Started | Requirements, installation, quick start, first resource, configuration, stacks, troubleshooting, upgrading |
| Panel & Resources | Panels, resources, pages, navigation, tenancy, Filament migration |
| Forms | Inputs, selects, pickers, uploads, repeaters, validation, reactivity |
| Tables | Columns, filters, actions, search, sorting, grouping, display modes |
| Actions | Create, edit, delete, export, import and custom actions |
| Schemas | Layout: sections, grids, tabs, wizards |
| Infolists | Read-only entries for view pages |
| Notifications | Toast and database notifications |
| Widgets | Stats and chart widgets for dashboards |
| Auth | Login, 2FA, passkeys, social login, profile |
| AI | Providers, chat, tools, agents, AI search |
| Query Builder | Filtering and sorting Eloquent queries |
| Plugins | Build and share Laravilt plugins |
| Frontend (Vue & React) | Layouts, components, styling |
| MCP | Use Laravilt from Claude and other AI assistants |
| Support | Base component, concerns, utilities |
| FAQ | Common questions |
Help
Laravilt is open-source software licensed under the MIT license.