tempestphp/tempest-framework

Request validation

Closed this issue · 1 comments

AucT commented

I haven't used tempest yet, but working with laravel I like the form request vet much.
But form request is only for request.

So I suggest make your validation request to be able to use from array/object and not only from request.
So it can be reused in services, console commands etc, etc.

You can access the validator directly to do that :)