raugadh / fila-starter
Laravel Filament Starter.
Installs: 4 286
Dependents: 0
Suggesters: 0
Security: 0
Stars: 46
Watchers: 3
Forks: 4
Open Issues: 0
Type:project
Requires
- php: ^8.2
- awcodes/light-switch: ^2.0
- awcodes/overlook: ^3.0
- bezhansalleh/filament-shield: ^4.0
- diogogpinto/filament-auth-ui-enhancer: ^2.0
- dutchcodingcompany/filament-developer-logins: ^2.0
- filafly/brisk: ^1.0
- filafly/filament-phosphor-icons: *
- filament/filament: ^4.0
- gboquizosanchez/filament-log-viewer: ^2.1
- jeffgreco13/filament-breezy: ^3.0
- laravel/framework: ^12.0
- laravel/tinker: ^2.10.1
- livewire/livewire: ^3.6
- marcelweidum/filament-expiration-notice: ^1.0
- unknow-sk/filament-logger: ^1.0
Requires (Dev)
- barryvdh/laravel-debugbar: ^3.16
- barryvdh/laravel-ide-helper: ^3.6
- fakerphp/faker: ^1.23
- laravel/boost: ^1.1
- laravel/pail: ^1.2.2
- laravel/pint: ^1.25
- laravel/sail: ^1.41
- mockery/mockery: ^1.6
- nunomaduro/collision: ^8.6
- peckphp/peck: ^0.1.3
- pestphp/pest: ^4.1
- pestphp/pest-plugin-laravel: ^4.0
- roave/security-advisories: dev-latest
README
A Starter Kit For Filament with most necessities pre-configured based on personal preferences/requirements.
Preview Login:
Dark | Light |
---|---|
![]() |
![]() |
Preview DashBoard:
Dark | Light |
---|---|
![]() |
![]() |
Packages
Packages Installed/Pre-configured
-
Filament Packages
- awcodes/light-switch
- awcodes/overlook
- bezhansalleh/filament-shield
- diogogpinto/filament-auth-ui-enhancer
- dutchcodingcompany/filament-developer-logins
- filafly/brisk (Theme)
- filafly/filament-phosphor-icons
- gboquizosanchez/filament-log-viewer
- jeffgreco13/filament-breezy
- marcelweidum/filament-expiration-notice
- unknow-sk/filament-logger
-
Other Packages
- barryvdh/laravel-ide-helper
- barryvdh/laravel-debugbar
- laravel/boost
Compatibility
Starter Kit | Filament Version |
---|---|
2.x | 3.x |
3.x | 4.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
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
Make sure to check custom console commands yourself and change them based on your requirements.
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.