How to refresh configuration variables in /package @ laravel 5.3? I made
php56 artisan config:cache
php56 artisan cache:clear
php56 artisan config:clear
All the variables from /config/*.php
were refreshed
The variables from /packages/name/reporting/src/config/config.php
were not
via user1915816