We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ec5a4e commit 8690b5aCopy full SHA for 8690b5a
config/database.php
@@ -40,7 +40,7 @@
40
'password' => env('DB_PASSWORD', ''),
41
'charset' => 'utf8mb4',
42
'collation' => 'utf8mb4_unicode_ci',
43
- 'prefix' => '',
+ 'prefix' => env('DB_PREFIX', ''),
44
'strict' => env('DB_STRICT_MODE', false),
45
],
46
0 commit comments