https://github.com/yiisolutions/yii2-last-lesson
https://github.com/yiisolutions/yii2-last-lesson
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/yiisolutions/yii2-last-lesson
- Owner: yiisolutions
- License: other
- Created: 2017-12-06T20:57:28.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-12-06T21:02:24.000Z (over 8 years ago)
- Last Synced: 2025-05-21T16:12:39.062Z (about 1 year ago)
- Language: PHP
- Size: 47.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Yii2 Last Lesson
Up and running:
1. Edit `.env` file
2. Create MySQL database
3. Apply migration `./yii migrate`
4. Apply demo data
```bash
./yii demo/teacher
./yii demo/group
./yii demo/lesson
```
5. Start webserver `./yii serve`
6. Open http://localhost:8080/.