Skip to content

Latest commit

 

History

History
38 lines (23 loc) · 589 Bytes

File metadata and controls

38 lines (23 loc) · 589 Bytes

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

=======