A Starter Kit For Filament with most necessities pre-configured based on personal preferences/requirements.
Preview Login:
Dark | Light |
---|---|
![]() |
![]() |
Preview DashBoard:
Dark | Light |
---|---|
![]() |
![]() |
Filament Packages
Other Packages
Starter Kit | Filament Version |
---|---|
2.x | 3.x |
3.x | 4.x |
composer create-project --prefer-dist raugadh/fila-starter example-app
Configure Project.
Update Composer Packages
Add Database Credentials
Add ASSET_PREFIX if deployed application in sub-folder
Link Storage
php artisan storage:link
Initialize Project
php artisan project:init
Update Permissions and Migrations
php artisan project:update
build vite assets
bun install && bun run build
Clear/Generate Cache
php artisan project:cache
Generate IDE Helpers
php artisan dev:init
Configure Laravel Boost
php artisan boost:install
Thanks for using this kit, leave a star if you found this useful.
The MIT License (MIT). Please see License File for more information.