Skip to main content

Command Palette

Search for a command to run...

Laravel MethodNotAllowedHttpException

Published
1 min read

When we attempt to do a request to a different route verb, for a route that we exists already.

Its this error MethodNotAllowedHttpException

So check your request, and particularly which route verb you meant. POST GET...