I'm using Slim framework + Eloquent ORM. I want to delete records with an ajax request. Only problem is that when I press the button to trigger the request, I get a 405 (method not allowed) error back. My route is a delete route and I've set the type to DELETE as wellI'm using Slim framework + Eloquent ORM. I want