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?