Laravel-Model-Validation icon indicating copy to clipboard operation
Laravel-Model-Validation copied to clipboard

Is this still useful?

Open cja-github opened this issue 4 years ago • 0 comments

Sorry, am new to Laravel and don't know where best to ask...

I would expect a model to have validation rules and to perform validation on save as in this package.

However, the Laravel docs (https://laravel.com/docs/7.x/validation#quick-writing-the-validation-logic) seem (in 2020) to be saying that validation should occur on form submission.

So I have still to use a third party solution (e.g. this package)?

Am I missing something?

cja-github avatar Aug 19 '20 13:08 cja-github