Skip to content

Latest commit

 

History

History
11 lines (10 loc) · 341 Bytes

README.md

File metadata and controls

11 lines (10 loc) · 341 Bytes

最小化voyager

自定义管理员表

install

composer install
cp -rf hack/User.php vendor/tcg/voyager/src/Models/User.php # 管理员表自定义
php artisan migrate # 创建数据库
php artisan db:seed --class=VoyagerDatabaseSeeder # 数据填充
php artisan voyager:admin [email protected] --create # 创建管理员