Skip to content

dimpled/dimlab

Repository files navigation

DIMLAB

Laboratory System

alt text

REQUIREMENTS

The minimum requirement by this application template that your Web server supports PHP 5.4.0.

INSTALLATION

CONFIGURATION

Database

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',
];

=======