sumardi/filament-starter-kit
最新稳定版本:1.0.1
Composer 安装命令:
composer create-project sumardi/filament-starter-kit
包简介
Filament starter kit for the Laravel framework.
README 文档
README
Kickstart your project with pre-configured Filament admin panel. Only essential development tools are included.
Note
Requires PHP 8.4 or higher.
What's Included
Core Dependencies
- Laravel 12.x - The PHP framework
- FilamentPHP 4.x - Admin panel with SPA mode, custom theme, and MFA enabled
- nunomaduro/essentials - Better Laravel defaults (strict models, auto-eager loading, immutable dates)
Development Tools
- laravel/sail - Docker-based development environment
- larastan/larastan - Static analysis
- laravel/pint - Code style fixer
- pestphp/pest - Testing framework
- rector/rector - Automated refactoring
- vemcogroup/laravel-translation - Scan your app for translations and create your *.json file
Quick Start
If you have installed PHP and Composer, you may create a new project using the Composer create-project command:
composer create-project sumardi/filament-starter-kit your-project-name
cd your-project-name
composer install
npm install
npm run build
php artisan serve
Or, you may create a new project using the Laravel Installer:
composer global require laravel/installer
laravel new your-project-name --using=sumardi/filament-starter-kit
cd your-project-name
php artisan serve
统计信息
- 总下载量: 2
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2025-12-08