#Laravel cPanel Method Delete 403 Forbidden Access to this resource on the server is denied!

5 messages · Page 1 of 1 (latest)

jaunty thorn
#

The method delete works fine when i run laravl on localhost, but when i hosting in cPanel method delete get 403 Forbidden Access to this resource on the server is denied!

elfin cradle
#

Thats because laravel is not designed to run on shared hosting (cPanel) see #general message

jaunty thorn
#

but the other method like get post is working fine and i can create update data to database mysql

jaunty thorn
#

solved: my server hosting doesnt allow url that include delete word

#

if i change all routes, controller name to del is working