Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
clarify which <form> methods need CSRF protection (laravel#7054)
Help users understand that "POST", "PUT", "PATCH", and "DELETE" methods require CSRF protection, while "HEAD", "GET" and "OPTIONS" requests do not. https://github.com/laravel/framework/blob/8.x/src/Illuminate/Foundation/Http/Middleware/VerifyCsrfToken.php#L94
- Loading branch information