juni/filament-boilerplate
最新稳定版本:1.0.1
Composer 安装命令:
composer create-project juni/filament-boilerplate
包简介
A boilerplate for Filament 4.
README 文档
README
Features
- The Laravel Debug bar
- Faker Picsum images
- The timezone of Amsterdam
- The Shield plugin
- The Spatie media plugin
- The Filament Users plugin
Installation
- Install the boiler plate using composer:
composer create-project juni/filament-boilerplate <path> - Change the project name in
.ddev/config.yml - Start the ddev container:
ddev start - Run the migrations and seed the tables:
ddev art migrate:fresh --seed - Run the npm scripts:
ddev npm install && ddev npm run build - When creating a public website:
ddev art storage:link - Login using the admin username
admin@local.testand password@Test123!
Protected website
- Open the media-library config file and change the
url_generatorparameter toApp\Services\PrivateMediaUrlGenerator::class, - Open the
.envfile and change theMEDIA_DISKoption tolocal. - Add the
authmiddleware to all the routes.
统计信息
- 总下载量: 4
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2025-08-23