Mike 56e12f0536 new db 8 سال پیش
..
app b46df65721 new framwork 8 سال پیش
bootstrap 54fc7e274c first commit 8 سال پیش
config 7c0e1c3575 ide-helper 8 سال پیش
database 56e12f0536 new db 8 سال پیش
public 54fc7e274c first commit 8 سال پیش
resources b46df65721 new framwork 8 سال پیش
routes 09cb390f76 add 8 سال پیش
storage 54fc7e274c first commit 8 سال پیش
tests 54fc7e274c first commit 8 سال پیش
.env.example 54fc7e274c first commit 8 سال پیش
.gitattributes 54fc7e274c first commit 8 سال پیش
.gitignore 54fc7e274c first commit 8 سال پیش
artisan 54fc7e274c first commit 8 سال پیش
composer.json 7c0e1c3575 ide-helper 8 سال پیش
package.json 54fc7e274c first commit 8 سال پیش
phpunit.xml 54fc7e274c first commit 8 سال پیش
readme.md 4dafbe0c01 readme 8 سال پیش
server.php 54fc7e274c first commit 8 سال پیش
webpack.mix.js 54fc7e274c first commit 8 سال پیش

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