You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 9, 2022. It is now read-only.
I think Laravel is interchangeable as far as PUT/PATCH goes, but PATCH has become preferred. Could look into swapping the default and making it adjustable in a future release.
Oh yeah, there's a semantic difference between the two HTTP methods, but Laravel tends to treat them the same (for example, I think the resource route sends both methods to the same place).
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
The formbuilder is hardcoding either PUT or POST. From what I understand the PATCH method is preferred to PUT. Maybe this could be somewhat optional?
The text was updated successfully, but these errors were encountered: