awcodes / sparky
An opinionated Laravel starter kit with Filament, Filament Blueprint, Boost and more.
Installs: 3
Dependents: 0
Suggesters: 0
Security: 0
Stars: 5
Watchers: 0
Forks: 0
Open Issues: 0
Type:project
pkg:composer/awcodes/sparky
Requires
- php: ^8.4
- filament/filament: ^5.1
- laravel/framework: ^12.0
- laravel/tinker: ^2.10.1
- livewire/flux: ^2.11
Requires (Dev)
- fakerphp/faker: ^1.23
- filament/blueprint: ^2.0
- larastan/larastan: ^3.9
- laravel/boost: ^2.0
- laravel/pail: ^1.2.2
- laravel/pint: ^1.24
- laravel/sail: ^1.41
- mockery/mockery: ^1.6
- nunomaduro/collision: ^8.6
- pestphp/pest: ^4.3
- pestphp/pest-plugin-browser: ^4.2
- pestphp/pest-plugin-laravel: ^4.0
- pestphp/pest-plugin-livewire: ^4.1
- rector/rector: ^2.3
- spatie/laravel-ray: ^1.43
README
An opinionated Laravel starter kit with Filament v5, Filament Blueprint, Boost and more.
Note
This starter kit requires an active Filament Blueprint account. You can purchase it at Filament Blueprint.
Features
- Filament v5
- Filament Blueprint
- Flux
- Boost v2
- Pest
- Larastan
- Rector
Installation
laravel new <project-name> --using=awcodes/sparky --no-interaction
When prompted, provided your Filament Blueprint details.
After installation, cd into the project and run:
npm install && npm run build
php artisan db:seed
Boost
If you need to change any of the Boost configurations, you can re-run the Boost installer:
php artisan boost:install
Flux Pro
If you have a Flux Pro license, you can enable the Pro features by running:
php artisan flux:activate
Pest Browser Tests
If you want to run Pest browser tests, you will also need to run the playwright install script:
npx playwright install
Troubleshooting
- If the styles are not loading when first visiting the site, make sure your
.env file has theAPP_URLset to the correct domain and that http/https is set up correctly for your environment. i.e., securing the site in Herd withherd secure.