how to call delete route with ajax in laravel? – Jquery ajax
i want to call route resource with ajax, when i put type as delete i got error (exception "SymfonyComponentHttpKernelExceptionMethodNotAllowedHttpException") and given message (message "The DELETE method is not supported for this route. Supported methods: GET, HEAD, POST.").function almost work beacuse…