Yii 2 Basic Project with letest Reactjs version 16.02 application best for rapidly creating small projects.
The minimum requirement by this project template that your Web server supports PHP >= 5.4.0.
You can install this project using the following command, run the following command from your root project folder:
composer update
You can then access the application through the following URL:
http://localhost/RectJsWithYii2/web/
Edit the file config/db.php
with real data, for example:
return [
'class' => 'yii\db\Connection',
'dsn' => 'mysql:host=localhost;dbname=yii2basic',
'username' => 'root',
'password' => 'xxxx',
'charset' => 'utf8',
];