钢琴时间

Silent bc9114cb53 tsts 6 éve
app bc9114cb53 tsts 6 éve
bootstrap 9f37800dad init 7 éve
config 40d2a9bedc test 6 éve
database cf2e041612 test 6 éve
public ac384d8e95 定时任务 6 éve
resources d3ee3b992d test 6 éve
routes 24f98cfedf test 6 éve
storage 9f37800dad init 7 éve
tests 9f37800dad init 7 éve
wechat bc9114cb53 tsts 6 éve
.env.example 9f37800dad init 7 éve
.gitattributes 9f37800dad init 7 éve
.gitignore 9f37800dad init 7 éve
artisan 9f37800dad init 7 éve
composer.json 2311d15deb tst 6 éve
package.json 9f37800dad init 7 éve
phpunit.xml 9f37800dad init 7 éve
readme.md 9f37800dad init 7 éve
server.php 9f37800dad init 7 éve
webpack.mix.js 9f37800dad init 7 éve

readme.md

安装

  • git clone 到本地
  • 执行 composer install,npm install创建好数据库
  • 配置 .env 中数据库连接信息,没有.env请复制.env.example命名为.env
  • 执行 php artisan key:generate
  • 执行 php artisan migrate
  • 执行 php artisan db:seed
  • storage下所有目录 和 bootstrap/cache 目录应该是可写的
  • 键入 '域名/admin/login'(后台登录)
  • 用户名:user1;密码:123456

  • 生成文档 apidoc -i app/Http/Controllers/Api/V1 -o public/apidoc

  • api文档在public/apidoc里面, 也可以看上面的 在线api文档

####注意第一次安装的时候要

USEFUL LINK