The minimum requirement by this project template that your Web server supports PHP 7.0
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
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',
];
http://localhost/blog-site/yii migrate
http://localhost/blog-site/web/