https://github.com/forecho/yii2-basic
Yii2 Basic Project Template
https://github.com/forecho/yii2-basic
yii2
Last synced: 2 months ago
JSON representation
Yii2 Basic Project Template
- Host: GitHub
- URL: https://github.com/forecho/yii2-basic
- Owner: forecho
- License: bsd-3-clause
- Created: 2021-03-11T06:43:44.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-05-15T12:33:49.000Z (about 5 years ago)
- Last Synced: 2025-04-28T11:41:40.506Z (about 1 year ago)
- Topics: yii2
- Language: PHP
- Homepage:
- Size: 98.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Yii2 Basic Project Template
## 安装
```
cp .env.example .env
```
然后修改 .env 文件中的环境变量,并且创建数据库。再执行命令:
```
composer install
php yii migrate
chmod 777 -R runtime/
chmod 777 -R web/assets/
chmod 777 -R web/upload/
```