Laravel-Model-Validation
Laravel-Model-Validation copied to clipboard
Is this still useful?
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?