How to Handle "404 route not found" and "405 Method Not Allowed" in Laravel API
If u develop Laravel application API's u will face new exceptions when u use postman, like: 404 route not found if u write wrong route, 405 method not allowed if u use anther type of method. so we need to handle Exceptions with better way.
1- Instal...
gouda.hashnode.dev2 min read