内容付费

dyjh 8946914773 登录bug hace 6 años
app 8946914773 登录bug hace 6 años
bootstrap e3aebe139c first commit hace 6 años
config dcdfdaa4eb 修改登录 hace 6 años
database 733a0dc03a 充值提现 hace 6 años
public 4e91b209d1 充值提现 hace 6 años
resources e8b084ce40 充值提现 hace 6 años
routes 733a0dc03a 充值提现 hace 6 años
storage e3aebe139c first commit hace 6 años
tests e3aebe139c first commit hace 6 años
.env.example 1b53f089e2 删除site hace 6 años
.gitattributes e3aebe139c first commit hace 6 años
.gitignore e3aebe139c first commit hace 6 años
apidoc.json b579e72944 aipdoc hace 6 años
artisan e3aebe139c first commit hace 6 años
composer.json af4f9475b3 111 hace 6 años
package-lock.json e3aebe139c first commit hace 6 años
package.json e3aebe139c first commit hace 6 años
phpunit.xml e3aebe139c first commit hace 6 años
readme.md e3aebe139c first commit hace 6 años
server.php e3aebe139c first commit hace 6 años
webpack.mix.js e3aebe139c first commit hace 6 años

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