Skip to content

Overrides Laravel 4.2 FormBuilder, adding support to array of checkboxes.

Notifications You must be signed in to change notification settings

RodrigoBalest/Html

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Html

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

laravel/framework#5573

About

Overrides Laravel 4.2 FormBuilder, adding support to array of checkboxes.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages