Skip to content

v5.1.3

Compare
Choose a tag to compare
@crynobone crynobone released this 25 Nov 00:40
· 32 commits to 5.1 since this release

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.