gfl / elearning
elearning 的包
v4.0
2018-05-02 08:39 UTC
Requires
- tymon/jwt-auth: 0.5.*
This package is auto-updated.
Last update: 2024-09-29 05:08:22 UTC
README
安装包 elearning
步骤 1
- 运行迁移:php artisan migrate --path=vendor/gfl/elearning/src/migrations
- 回滚迁移:php artisan migrate:rollback --path=vendor/gfl/elearning/src/migrations
步骤 2: 公共视图
- php artisan vendor:publish --tag=public
步骤 3: 运行 localhost:8000/elearning
//开发环境
- 创建控制器:php artisan gfl:make-controller {nameController}
- 创建迁移:php artisan gfl:make-migration {nameMigration}
- 创建模型:php artisan gfl:make-model {nameModel}