gq ad2eac4a13 add il y a 8 ans
..
app ad2eac4a13 add il y a 8 ans
bootstrap 54fc7e274c first commit il y a 8 ans
config 7c0e1c3575 ide-helper il y a 8 ans
database ad2eac4a13 add il y a 8 ans
public 54fc7e274c first commit il y a 8 ans
resources b46df65721 new framwork il y a 8 ans
routes ad2eac4a13 add il y a 8 ans
storage 54fc7e274c first commit il y a 8 ans
tests 54fc7e274c first commit il y a 8 ans
.env.example 54fc7e274c first commit il y a 8 ans
.gitattributes 54fc7e274c first commit il y a 8 ans
.gitignore 54fc7e274c first commit il y a 8 ans
artisan 54fc7e274c first commit il y a 8 ans
composer.json 7c0e1c3575 ide-helper il y a 8 ans
package.json 54fc7e274c first commit il y a 8 ans
phpunit.xml 54fc7e274c first commit il y a 8 ans
readme.md 4dafbe0c01 readme il y a 8 ans
server.php 54fc7e274c first commit il y a 8 ans
webpack.mix.js 54fc7e274c first commit il y a 8 ans

readme.md

安装

  • git clone 到本地
  • 执行 composer install,创建好数据库
  • 配置 .env 中数据库连接信息,没有.env请复制.env.example命名为.env
  • 执行 php artisan key:generate
  • 执行 php artisan migrate
  • 执行 php artisan db:seed
  • 键入 '域名/admin/login'(后台登录)

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

USEFUL LINK