I am trying to allow users to edit their playlist. However, whenever I try to execute the PATCH request, I get the MethodNotAllowed
In Laravel 5 and up:
@method('patch') . . .