What happens if you redirect to different routes? Or instead of dying you return an echo:
return 'test ran';
@beaverusiv - Before trying your suggestion I renamed the route from "test" to "example" and changed the method in the controller to "example." Now it works correctly. So, I imagine "test" was conflicting with something somewhere.
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community