-
-
Notifications
You must be signed in to change notification settings - Fork 175
Validating Examples
albertmoreno edited this page Aug 11, 2015
·
5 revisions
The main goal of this package is the ability to reuse your PHP validation logic to validate forms via Javascript. If you validate your forms using controller, the simplest way to reuse your validation rules is tho share your rules between controllers methods.
If you use FormRequest you could configure your validations directly in the view.
Here you can look some examples of how to use this package: