laravel 5.4 通用后台管理系统 使用方法: 1.composer install 2.设置 .env 3.链接数据库 4.php artisan migrate 5.php artisan make:admin { --name= } { --pwd= } { --email= } {} 表示可选输入 启动服务: 1.php artisan serve 2.访问 localhost:8000 License MIT