I have to deploy application in Laravel on the shared hosting which doesn't support RESTfull methods like PUT and DELETE.
I believe that there is a way to fallback these http methods in Laravel to POST, but the question is how?
I have to deploy application in Laravel on the shared hosting which doesn't support RESTfull methods like PUT and DELETE.
I believe that there is a way to fallback these http methods in Laravel to POST, but the question is how?