Laboratory System
The minimum requirement by this application template that your Web server supports PHP 5.4.0.
Edit the file config/db.php
with real data, for example:
return [
'class' => 'yii\db\Connection',
'dsn' => 'mysql:host=localhost;dbname=dimlab',
'username' => 'xxx',
'password' => 'xxx',
'charset' => 'utf8',
];
=======