Нема описа

李浩杰 1bb46e68f9 init пре 4 година
app 1bb46e68f9 init пре 4 година
bootstrap 1bb46e68f9 init пре 4 година
config 1bb46e68f9 init пре 4 година
database 1bb46e68f9 init пре 4 година
public 1bb46e68f9 init пре 4 година
resources 1bb46e68f9 init пре 4 година
routes 1bb46e68f9 init пре 4 година
storage 1bb46e68f9 init пре 4 година
tests 1bb46e68f9 init пре 4 година
.env.example 1bb46e68f9 init пре 4 година
.gitattributes 1bb46e68f9 init пре 4 година
.gitignore 1bb46e68f9 init пре 4 година
artisan 1bb46e68f9 init пре 4 година
composer.json 1bb46e68f9 init пре 4 година
package.json 1bb46e68f9 init пре 4 година
phpunit.xml 1bb46e68f9 init пре 4 година
readme.md 1bb46e68f9 init пре 4 година
server.php 1bb46e68f9 init пре 4 година
webpack.mix.js 1bb46e68f9 init пре 4 година

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