https://github.com/ilmarin/yii2-submissions-test
Simple submissions app based on Yii2 framework
https://github.com/ilmarin/yii2-submissions-test
php yii2 yii2-framework
Last synced: 2 months ago
JSON representation
Simple submissions app based on Yii2 framework
- Host: GitHub
- URL: https://github.com/ilmarin/yii2-submissions-test
- Owner: ilmarin
- License: other
- Created: 2016-06-11T08:07:33.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-06-11T12:10:18.000Z (almost 9 years ago)
- Last Synced: 2025-01-20T12:05:36.649Z (4 months ago)
- Topics: php, yii2, yii2-framework
- Language: PHP
- Size: 81.1 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
Simple submissions app based on Yii2 framework
========================Installation
------------Clone repository, navigate to project folder and run:
```
php composer.phar update
```Edit project config/db.php configuration file and run:
```
php yii migrate
```Run the app