lvmod/control-panel

Laravel应用程序的控制面板


README

网站管理面板(laravel)

连接到Laravel项目 = 5.8

#安装包 control-panel composer require lvmod/control-panel:dev-master --prefer-source

#执行复制资源的命令 php artisan vendor:publish --provider="Lvmod\ControlPanel\Providers\ControlPanelServiceProvider" --tag=public --force

#执行迁移和数据库种子命令 php artisan migrate php artisan db:seed --class=Lvmod\ControlPanel\Seeds\RolesTableSeeder php artisan db:seed --class=Lvmod\ControlPanel\Seeds\CategoryTableSeeder php artisan db:seed --class=Lvmod\ControlPanel\Seeds\MenuTableSeeder php artisan db:seed --class=Lvmod\ControlPanel\Seeds\MultimediaTypeTableSeeder php artisan db:seed --class=Lvmod\ControlPanel\Seeds\UsersTableSeeder

#创建缩略图需要安装php-gd插件