rodrigo-balest / html
Overrides Laravel 4.2 FormBuilder, adding support to array of checkboxes
Installs: 359
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/rodrigo-balest/html
Requires
- php: >=5.4.0
- illuminate/html: 4.2.*
This package is auto-updated.
Last update: 2021-02-17 11:08:09 UTC
README
Overrides Laravel 4.2 FormBuilder, adding support to array of checkboxes.
In your "composer.json" file, add the following line:
"rodrigo-balest/html": "dev-master"
In your "app/config/app.php" file, substitute the original provider 'Illuminate\Html\HtmlServiceProvider',
for the following:
'RodrigoBalest\Html\HtmlServiceProvider',
That's it!
PS: This work is based on the following posts:
https://github.com/laravel/framework/commit/1c7e2dc4f2c9874bc829af55b901e765661ee2a1