Commit b8a0c24
committed
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.
Signed-off-by: crynobone <crynobone@gmail.com>1 parent 6cd3527 commit b8a0c24
1 file changed
+14
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
5 | 19 | | |
6 | 20 | | |
7 | 21 | | |
| |||
0 commit comments