cascading-config
cascading-config copied to clipboard
Bringing the cascading configuration system back to Laravel 5 and its sister project, Lumen.
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [laravel/framework](https://laravel.com) ([source](https://togithub.com/laravel/framework)) | require-dev | pin | `~5.1` -> `5.8.37` | | [laravel/lumen-framework](https://lumen.laravel.com)...
Closes #14
In order for this to work properly on Lumen, you need to manually register the configuration arrays _before_ registering the service provider.