Weird problem I'm having with Laravel 5.5
I can update and even delete a controller and yet it appears as if a cached / old version is still being called.
I've tried clearing cache, clearing route cache, clearing config cache - doesn't seem to have any effect.
On my local test environment if I delete the controller file then try to access it I immediately get a not found error. On my production server I do not.
Anyone have any ideas or advice?
You can try running:
and
and
and if you are running queues:
Also be aware the errors you are getting might be different depending on
APP_ENVorAPP_DEBUGin your.envfile but maybe that's not the case.