awcodes/sparky
最新稳定版本:v0.1.0
Composer 安装命令:
composer create-project awcodes/sparky
包简介
An opinionated Laravel starter kit with Filament, Filament Blueprint, Boost and more.
README 文档
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.
统计信息
- 总下载量: 10
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 13
- 点击次数: 3
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2026-01-27