Don't hit a route using the wrong http verb? Like don't hit a get route with a post request.
Mar 22, 2018
4
Level 1
Best way to handle MethodNotAllowedHttpException
How to check or redirect if Request object is null, any general or global solution
Thanks
Level 67
Yes, in the exception handler. Check the example in the "The Render Method" section: https://laravel.com/docs/5.4/errors#the-exception-handler
1 like
Please or to participate in this conversation.