An open API service indexing awesome lists of open source software.

https://github.com/huangang/minivoyager


https://github.com/huangang/minivoyager

laravel voyager

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

          

# 最小化voyager
_自定义管理员表_

## install
``` bash
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 admin@admin.com --create # 创建管理员
```