Form Requests
Form Requests are where I prefer to keep validation and request-specific authorization. This keeps controllers smaller and places the request rules close to the request itself.
Form Requests are where I prefer to keep validation and request-specific authorization. This keeps controllers smaller and places the request rules close to the request itself.