This package is abandoned and no longer maintained. No replacement package was suggested.
There is no license information available for the latest version (v1.0.0) of this package.

Overrides Laravel 4.2 FormBuilder, adding support to array of checkboxes

v1.0.0 2014-12-01 14:59 UTC

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

https://github.com/laravel/framework/issues/5573