v5.1.3
New
- Add documentation.
Changes
- Support boolean HTML attributes.
Form::text('foo', null, ['required'])
should now return<input type="text" name="foo" required>
.
Fixed
- Properly populate select from Collection in Laravel 5.1.
Form::text('foo', null, ['required'])
should now return <input type="text" name="foo" required>
.