mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-14 12:30:49 +08:00
Unified database configuration and updated admin dependencies
This commit is contained in:
@@ -2,9 +2,6 @@
|
||||
|
||||
$config = require ROOT_PATH . 'config/nexus.php';
|
||||
$connectionMysql = $config['mysql'];
|
||||
$connectionMysql['driver'] = 'mysql';
|
||||
$connectionMysql['charset'] = 'utf8mb4';
|
||||
$connectionMysql['collation'] = 'utf8mb4_unicode_ci';
|
||||
\Nexus\Database\NexusDB::bootEloquent($connectionMysql);
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user