-
Laravel 11 is merging config from This includes the merging of In other words, I can't remove unnecessary connections from the final config. I would like to have more control over my final config. Is there any mechanism to change the above behavior? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Ok, I found |
Beta Was this translation helpful? Give feedback.
Ok, I found
Illuminate\Foundation\Application::dontMergeBaseConfiguration()
method.