https://github.com/yiisolutions/yii2-last-lesson
https://github.com/yiisolutions/yii2-last-lesson
Last synced: 3 months 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 7 years ago)
- Default Branch: master
- Last Pushed: 2017-12-06T21:02:24.000Z (over 7 years ago)
- Last Synced: 2024-12-29T16:32:47.699Z (5 months ago)
- Language: PHP
- Size: 47.9 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 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/.