Sin descripción

zhangqi d22d106604 生成seed种子文件 hace 5 años
app 1a2fd98c09 第一次提交 hace 5 años
bootstrap 1a2fd98c09 第一次提交 hace 5 años
config d22d106604 生成seed种子文件 hace 5 años
database d22d106604 生成seed种子文件 hace 5 años
public 1a2fd98c09 第一次提交 hace 5 años
resources 1a2fd98c09 第一次提交 hace 5 años
routes 1a2fd98c09 第一次提交 hace 5 años
storage 1a2fd98c09 第一次提交 hace 5 años
tests 1a2fd98c09 第一次提交 hace 5 años
vendor d22d106604 生成seed种子文件 hace 5 años
.env.example 1a2fd98c09 第一次提交 hace 5 años
.gitattributes 1a2fd98c09 第一次提交 hace 5 años
.gitignore 1a2fd98c09 第一次提交 hace 5 años
artisan 1a2fd98c09 第一次提交 hace 5 años
composer.json d22d106604 生成seed种子文件 hace 5 años
composer.lock d22d106604 生成seed种子文件 hace 5 años
package.json 1a2fd98c09 第一次提交 hace 5 años
phpunit.xml 1a2fd98c09 第一次提交 hace 5 años
readme.md 1a2fd98c09 第一次提交 hace 5 años
server.php 1a2fd98c09 第一次提交 hace 5 años
webpack.mix.js 1a2fd98c09 第一次提交 hace 5 años

readme.md

1、数据库表结构在datebase/migrations文件夹下输入如下命令生成表即可即可

php artisan migrate

2、下载后请复制.env.example为.env