Releases: happyDemon/laravel-parsley
Releases · happyDemon/laravel-parsley
0.4.1: Merge branch 'master' of https://github.com/happyDemon/laravel-parsley
Don't force the need to have the parsley property to be initalised on FormBuilder
Form request binding
This release streamlines what IDMA originally created:
- Corrected email validator
- Added URL validator
- Added install and useage instructions
- Bind a form request to a form instead of a view
- Removed obsolete
UseParsleyValidationTrait