Files
nexusphp/include/eloquent.php
T
2026-04-13 14:17:19 +07:00

8 lines
159 B
PHP

<?php
$dbConfig = nexus_config('nexus.database');
$config = $dbConfig['connections'][$dbConfig['default']];
\Nexus\Database\NexusDB::bootEloquent($config);