Add doctrine and seperate out the renderer
This commit is contained in:
@ -5,5 +5,12 @@ namespace App;
|
||||
use Ardent\Undercurrent\Config\GenericConfig;
|
||||
|
||||
return new GenericConfig([
|
||||
'key' => 'value',
|
||||
'dev' => true,
|
||||
'orm' => [
|
||||
'driver' => 'pdo_mysql',
|
||||
'host' => 'localhost',
|
||||
'user' => 'root',
|
||||
'password' => 'password',
|
||||
'db' => 'db',
|
||||
],
|
||||
]);
|
Reference in New Issue
Block a user