Fila Starter Kit
A simple starter kit to kickstart your next app.
Author:
Ankit Kumar Singh
Documentation
#FilaStarter Kit
A Starter Kit For Filament with most necessities pre-configured based on personal preferences/requirements.
Preview Login:
| Dark | Light |
|---|---|
![]() |
![]() |
Preview DashBoard:
| Dark | Light |
|---|---|
![]() |
![]() |
#Packages
Laravel v12
Livewire v4
Filament v5
#Packages Installed/Pre-configured
-
Filament Packages
- awcodes/overlook
- bezhansalleh/filament-shield
- caresome/filament-auth-designer
- charrafimed/global-search-modal
- dutchcodingcompany/filament-developer-logins
- jacobtims/filament-logger
- jeffgreco13/filament-breezy
- marcelweidum/filament-expiration-notice
- openplain/filament-shadcn-theme (Theme)
-
Other Packages
- barryvdh/laravel-debugbar
- laravel/boost
#Compatibility
| Starter Kit | Filament Version |
|---|---|
| 2.x | 3.x |
| 3.x | 4.x |
| 4.x | 5.x |
#Installation
#Create New Project
composer create-project --prefer-dist raugadh/fila-starter example-app
#Deployment
-
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
- Whenever new Resource , Page or migration is Added Run update command to migrate and create permissions.
php artisan project:update
- Whenever new Resource , Page or migration is Added Run update command to migrate and create permissions.
-
build vite assets
npm installnpm run build -
Clear/Generate New Cache
php artisan project:cache -
Configure Laravel Boost
php artisan boost:install
#Make sure to check custom console commands yourself and change them based on your requirements.
#Lint & Fix
-
Pint ('test') & Prettier('check')
composer lint -
Pint & Prettier('write')
composer fix
#Enjoy
Thanks for using this kit, leave a star if you found this useful.
#License
The MIT License (MIT). Please see License File for more information.
The author
Featured Plugins
A selection of plugins curated by the Filament team
Custom Dashboards
Let your users build and share their own dashboards with a drag-and-drop interface. Define your data sources in PHP and let them do the rest.
Filament
Data Lens
Advanced Data Visualization for Laravel Filament - a premium reporting solution enabling custom column creation, sophisticated filtering, and enterprise-grade data insights within admin panels.
Padmission
Advanced Tables (formerly Filter Sets)
Supercharge your tables with powerful features like user-customizable views, quick filters, multi-column sorting, advanced table searching, convenient view management, and more. Compatible with Resource Panel Tables, Relation Managers, Table Widgets, and Table Builder!
Kenneth Sese



