Skip to content

RozmetovJasur/blog-site

Repository files navigation

Yii 2 blog site


Latest Stable Version Total Downloads Build Status

The minimum requirement by this project template that your Web server supports PHP 7.0

INSTALLATION

Install via Composer

If you do not have Composer, you may install it by following the instructions at getcomposer.org.

You can then install this project template using the following command:

git clone https://github.com/RozmetovJasur/blog-site.git
composer update

CONFIGURATION

Database

Create file config/db-local.php with real data, for example:

return [
    'class' => 'yii\db\Connection',
    'dsn' => 'mysql:host=localhost;dbname=blog',
    'username' => 'root',
    'password' => '1234',
    'charset' => 'utf8',
];

MIGRATION

Database

http://localhost/blog-site/yii migrate
http://localhost/blog-site/web/

About

Yii2 Blog Site

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published