Files
nexusphp/include/eloquent.php

8 lines
153 B
PHP
Raw Permalink Normal View History

2021-04-25 21:28:58 +08:00
<?php
$config = require ROOT_PATH . 'config/nexus.php';
$connectionMysql = $config['mysql'];
2021-06-08 10:42:39 +08:00
\Nexus\Database\NexusDB::bootEloquent($connectionMysql);
2021-04-25 21:28:58 +08:00