Thursday, March 2, 2017

How to refresh configuration variables from package in laravel 5.3?

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

Advertisement