Replies: 2 comments 1 reply
-
This config already exists since laravel 5.x. Or you mean you have to edit the config to add the value from the env? |
Beta Was this translation helpful? Give feedback.
1 reply
-
Ideally, every config value should have a corresponding (it can be optional, of course) env value. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
'prefix' => env('DB_PREFIX', '')
The new framework allows products to reduce configuration files, but prefix does not yet support .env configurations. prefix is a very commonly used configuration and is recommended to be added to the framework.
Beta Was this translation helpful? Give feedback.
All reactions