laravel-actions
laravel-actions copied to clipboard
Use FormRequest methods in asController method
Hi,
I would like to use some method from FormRequest
object like safe
, validated
but the asController method need a Request
object and the method safe
doesn't exists inside this object and I prefer to avoid the use of except
method.
It's possible to handle this?
Isn't this solved by using Lorisleiva\Actions\ActionRequest
?
public function asController(ActionRequest $request) {...}
https://laravelactions.com/2.x/add-validation-to-controllers.html#add-validation-to-your-controllers