mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-05-15 04:27:34 +08:00
8 lines
159 B
PHP
8 lines
159 B
PHP
<?php
|
|
|
|
$dbConfig = nexus_config('nexus.database');
|
|
$config = $dbConfig['connections'][$dbConfig['default']];
|
|
\Nexus\Database\NexusDB::bootEloquent($config);
|
|
|
|
|