Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/georgynet/blog-yii2
Blog on Yii Framework 2
https://github.com/georgynet/blog-yii2
blog php yii2
Last synced: 8 days ago
JSON representation
Blog on Yii Framework 2
- Host: GitHub
- URL: https://github.com/georgynet/blog-yii2
- Owner: Georgynet
- License: other
- Created: 2014-10-17T21:06:07.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2022-08-18T17:33:52.000Z (about 2 years ago)
- Last Synced: 2023-08-02T05:50:47.989Z (over 1 year ago)
- Topics: blog, php, yii2
- Language: PHP
- Homepage:
- Size: 261 KB
- Stars: 38
- Watchers: 11
- Forks: 28
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Yii 2 Blog
===================================[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/Georgynet/Blog-Yii2/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/Georgynet/Blog-Yii2/?branch=master)
[![Code Climate](https://codeclimate.com/github/Georgynet/Blog-Yii2/badges/gpa.svg)](https://codeclimate.com/github/Georgynet/Blog-Yii2)Install Blog on Yii Framework 2
1. Clone repository.
2. Run ```composer install``` or ```composer update```.
3. Configure environment dev or prod:
```
php /path/to/yii-application/init
```4. Configure the database connection in the config:
```
/common/config/main-local.php
```5. Run migration:
```
php yii migrate
```Default user:
Login: **demoadmin**
Password: **demoadmin**