Replies: 1 comment
-
If you want cross-process configs, you would need to store them in a dataase like mySql, postGres |
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.
-
Description:
It is imposible to overwrite already loeaded configs
Steps To Reproduce
DIR.'/../config/config1.php:
On first Service Provider:
DIR.'/../config/config2.php:
On first Service Provider:
Second time config loading will not take place due to
Illuminate\Support\ServiceProvider::mergeConfigFrom()
wrong sequence in array_merge:Beta Was this translation helpful? Give feedback.
All reactions