Commit 25ba0e0d by Qiang Xue

finished quick start about database [skip ci]

parent 0f6f7600
<?php
$params = require(__DIR__ . '/params.php');
$db = require(__DIR__ . '/db.php');
$config = [
'id' => 'basic',
......@@ -32,7 +31,7 @@ $config = [
],
],
],
'db' => $db,
'db' => require(__DIR__ . '/db.php'),
],
'params' => $params,
];
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment