|
- Filament - Accelerated Laravel development framework: admin panel, form . . .
Build multiple completely separate Filament-powered panels with their own resources, dashboards, custom pages and configuration Ship an entire panel in a Composer package with ease
- Installation - Forms - Filament
To quickly get started with Filament in a new Laravel project, run the following commands to install Livewire, Alpine js, and Tailwind CSS: Since these commands will overwrite existing files in your application, only run this in a new Laravel project!
- Getting started - Panels - Filament
If you’d like to save time when scaffolding your resources, Filament can also generate the model, migration and factory for the new resource at the same time using the --model, --migration and --factory flags in any combination: php artisan make:filament-resource Customer--model--migration--factory # Record titles
- Installation - Panels - Filament
If you are upgrading from Filament v2, please review the upgrade guide Install the Filament Panel Builder by running the following commands in your Laravel project directory: composer require filament filament:"^3 3"-W php artisan filament:install--panels
- Documentation - Filament
Filament is a collection of tools for rapidly building beautiful TALL stack apps, designed for humans Looking for dedicated help with your Filament project? Work with Kirschbaum , the official Filament-partnered development agency
- Filament - Laravel Admin Panel - Filament
Filament has served users with over 10 million downloads across all packages Our components are versatile, customizable, and a great fit for your next project Fully featured, simply intuitive and insanely attractive: the ultimate Livewire admin panel
- Getting Started - Filament
Filament is a content management framework for rapidly building a beautiful administration interface designed for humans Filament requires Laravel 8 x or higher, and PHP 7 4 or higher Installation: composer require filament filament php artisan migrate Create an administrator account for your admin panel by running php artisan make:filament
- Getting started - Forms - Filament
Filament’s form package allows you to easily build dynamic forms in your app You can use it to add a form to any Livewire component Additionally, it’s used within other Filament packages to render forms within app resources , action modals , table filters , and more
|
|
|