https://github.com/huangang/minivoyager
https://github.com/huangang/minivoyager
laravel voyager
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/huangang/minivoyager
- Owner: huangang
- Created: 2017-12-27T02:46:48.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-12-27T03:18:13.000Z (almost 8 years ago)
- Last Synced: 2025-04-03T22:11:32.254Z (6 months ago)
- Topics: laravel, voyager
- Language: PHP
- Size: 2.38 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 # 创建管理员
```