v2.4.0
Upgrade Notice
Form validation has been improved:
- Replace
html()->validate('form.name')
withhtml()->error('form.name')
- Form classes have been converted into generic classes:
label
,label-error
,input-error
Full Changelog: v2.3.4...v2.4.0