Filament is a simple CMS for Laravel. It's designed to be a fast, simple, and you can learn how to build it through my YouTube series Building a CMS with Filament and Laravel 10.
To install Filament, run the following command:
composer install
. Make sure you run npm install && npm run dev
and to migrate your tables (php artisan migrate
).
Fila CMS is currently in development and is not ready for production use.