Add DB_PREFIX property to .env to support shared databases
This commit is contained in:
parent
99316588a9
commit
4cf4a2f613
|
|
@ -66,7 +66,7 @@ return [
|
|||
'password' => env('DB_PASSWORD'),
|
||||
'charset' => 'utf8',
|
||||
'collation' => 'utf8_unicode_ci',
|
||||
'prefix' => '',
|
||||
'prefix' => env('DB_PREFIX'),
|
||||
'strict' => false,
|
||||
],
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue