mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-03 22:20:57 +08:00
8 lines
153 B
PHP
8 lines
153 B
PHP
<?php
|
|
|
|
$config = require ROOT_PATH . 'config/nexus.php';
|
|
$connectionMysql = $config['mysql'];
|
|
\Nexus\Database\NexusDB::bootEloquent($connectionMysql);
|
|
|
|
|