I had this sort of problem, I found that my environment i.e. local or production was set to null. All my filters sequentially did not work. Make sure you are returning production from that.
Thanks Matthew, I literally just read this: https://github.com/laravel/laravel/issues/2050
I had my environment flag set to testing, as I thought that 'test' was the reserved environment for unit testing.
I had this exact same problem and resolved it by changing my test env to "staging." Why would filters be disabled in testing? This was very unexpected and hard to track down.
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community