The Wayback Machine - https://web.archive.org/web/20201004171323/https://github.com/E8team/report
Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
app
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

readme.md

淮南师范学院2017新生报到

运行环境

  • PHP >= 5.6.4
  • Node >= 6.x
  • OpenSSL PHP Extension
  • PDO PHP Extension
  • Mbstring PHP Extension

安装

1. 克隆源代码

git clone https://github.com/E8team/report.git
cd report

2. 配置

cp .env.example .env

修改.env中的数据库相关配置

3. 安装扩展包依赖

composer install

4. 生成密钥

php artisan key:generate

5. 创建数据库并填充测试数据

php artisan migrate --seed

前端

1. 安装 node.js

直接去官网 https://nodejs.org/ 下载安装最新版本。

2. 安装前端依赖

npm install

3. 编译前端资源

npm run dev

License

MIT license.

About

淮南师范学院2017新生报到

Topics

Resources

License

Releases

No releases published

Packages

No packages published

Languages

You can’t perform that action at this time.