家具售后

wesley 3cfdda6874 Merge remote-tracking branch 'origin/master' %!s(int64=6) %!d(string=hai) anos
app b1992cf368 1 %!s(int64=6) %!d(string=hai) anos
bootstrap 7efa87a952 first commit %!s(int64=6) %!d(string=hai) anos
config a806f50679 上传视屏 %!s(int64=6) %!d(string=hai) anos
database 12cca2af75 add %!s(int64=6) %!d(string=hai) anos
public ce844deea6 add %!s(int64=6) %!d(string=hai) anos
resources 5bfe69590a 新品发布后台 %!s(int64=6) %!d(string=hai) anos
routes 19caf28d08 新品发布api %!s(int64=6) %!d(string=hai) anos
storage 7efa87a952 first commit %!s(int64=6) %!d(string=hai) anos
tests 7efa87a952 first commit %!s(int64=6) %!d(string=hai) anos
.DS_Store 32cf85bddf qrcode %!s(int64=6) %!d(string=hai) anos
.env.example 7efa87a952 first commit %!s(int64=6) %!d(string=hai) anos
.gitattributes 7efa87a952 first commit %!s(int64=6) %!d(string=hai) anos
.gitignore 7efa87a952 first commit %!s(int64=6) %!d(string=hai) anos
apidoc.json 7efa87a952 first commit %!s(int64=6) %!d(string=hai) anos
artisan 7efa87a952 first commit %!s(int64=6) %!d(string=hai) anos
composer.json e210f05bef 修改composer %!s(int64=6) %!d(string=hai) anos
package-lock.json 7efa87a952 first commit %!s(int64=6) %!d(string=hai) anos
package.json 7efa87a952 first commit %!s(int64=6) %!d(string=hai) anos
phpunit.xml 7efa87a952 first commit %!s(int64=6) %!d(string=hai) anos
readme.md f4f7136da3 furniture %!s(int64=6) %!d(string=hai) anos
server.php 7efa87a952 first commit %!s(int64=6) %!d(string=hai) anos
webpack.mix.js 7efa87a952 first commit %!s(int64=6) %!d(string=hai) anos

readme.md

安装

  • git clone 到本地
  • 执行 cd,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

##修改数据 update card_banner set userid = 'wx3e31dfff4c194c06' where user_id = 'wx3e31dfff4c194c06';

update card_user_honor set userid = 'wx3e31dfff4c194c06' where user_id = 'wx3e31dfff4c194c06';

update card_user_info set userid = 'wx3e31dfff4c194c06' where user_id = 'wx3e31dfff4c194c06';

update card_user_progress set userid = 'wx3e31dfff4c194c06' where user_id = 'wx3e31dfff4c194c06';

update card_user_project set userid = 'wx3e31dfff4c194c06' where user_id = 'wx3e31dfff4c194c06';

update card_user_trend set userid = 'wx3e31dfff4c194c06' where user_id = 'wx3e31dfff4c194c06';