laravel-cmf是基于laravel框架开发的后台管理扩展,通过此扩展可以快速构建后台系统。
composer require xadmin/laravel-cmf
DB_HOST=localhost
DB_DATABASE=homestead
DB_USERNAME=homestead
DB_PASSWORD=secret
APP_URL=http://localhost:8000
'locale' => 'zh_CN',
php artisan laravel-cmf:install
php artisan serve
php artisan laravel-cmf:admin [email protected] --create
系统将提示您输入用户名和密码。