Files
nexusphp/include/eloquent.php
T

8 lines
159 B
PHP
Raw Normal View History

2021-04-25 21:28:58 +08:00
<?php
2026-04-13 14:17:19 +07:00
$dbConfig = nexus_config('nexus.database');
$config = $dbConfig['connections'][$dbConfig['default']];
\Nexus\Database\NexusDB::bootEloquent($config);
2021-04-25 21:28:58 +08:00