I created my own configuration file in Laravel 5 and tried to use the settings from it in other files ( session.php , cache.php ), calling config('myconfigfile.value') , but there are no values ββreturned from my config. It seems that the configuration files have a predefined download order, and user configurations are loaded at the end or are not otherwise initialized by another reason.
How can I access my settings from laravel configuration files?
php config laravel laravel-5
korokoro
source share