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.
- Filament v5
- Filament Blueprint
- Flux
- Boost v2
- Pest
- Larastan
- Rector
laravel new <project-name> --using=awcodes/sparky --no-interactionWhen prompted, provided your Filament Blueprint details.
After installation, cd into the project and run:
npm install && npm run build
php artisan db:seedIf you need to change any of the Boost configurations, you can re-run the Boost installer:
php artisan boost:installIf you have a Flux Pro license, you can enable the Pro features by running:
php artisan flux:activateIf you want to run Pest browser tests, you will also need to run the playwright install script:
npx playwright install- 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.