You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add it to get parsed and override any configs, vs adding them all manually in several places in the env.php file. Mainly for forward compatibility and easier to upgrade, don't need to touch any of the files in the config/ folder. E.g:
Add it to get parsed and override any configs, vs adding them all manually in several places in the env.php file. Mainly for forward compatibility and easier to upgrade, don't need to touch any of the files in the
config/
folder. E.g:tasks
ServiceProvider::mergeConfigFrom
\Illuminate\Support\Arr
AppServiceProvider
(replace thelocal.config.php
entry)Sample file: https://gist.github.com/nabeelio/a93b062121a29647efe43b3508ccffe8
The text was updated successfully, but these errors were encountered: