I tried to make a request of type PUT
in a project of mine, but the following error is being returned:
The requested method PUT is not allowed for the /index.php URL
I'm using PHP to make this request, but specifically using the Laravel 5 framework.
From what I've come to realize this seems to be an Apache problem, not the framework I'm using, since Laravel's error page is quite different from the Apache2 page.
This page, it seems, should be returned by Apache:
I've never had this problem before.
Could someone please let me know if it is necessary to configure apache to resolve this?