Skip to content
This repository has been archived by the owner on Aug 9, 2022. It is now read-only.

PATCH method #59

Open
OvalMedia opened this issue Aug 23, 2016 · 3 comments
Open

PATCH method #59

OvalMedia opened this issue Aug 23, 2016 · 3 comments

Comments

@OvalMedia
Copy link

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?

@dwightwatson
Copy link
Owner

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.

@OvalMedia
Copy link
Author

@dwightwatson
Copy link
Owner

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 free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants