Could be a bad meta-data cache, try artisan clear-compiled or you can just delete the file storage/meta/services.json, or change the order of the providers array and it will update the cache on the next run.
TerrePorter said:
Could be a bad meta-data cache, try artisan clear-compiled or you can just delete the file storage/meta/services.json, or change the order of the providers array and it will update the cache on the next run.
Tried artisan clear-compiled
and tried deleting the storage/meta/services.json
file - neither one worked. The services.json file wouldn't put my custom service provider in.
Putt the service provider in at the bottom of the providers instead of the top did work, thanks!
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community