2017 © Pedro Peláez
 

library html

Overrides Laravel 4.2 FormBuilder, adding support to array of checkboxes

image

rodrigo-balest/html

Overrides Laravel 4.2 FormBuilder, adding support to array of checkboxes

  • Friday, December 19, 2014
  • by RodrigoBalest
  • Repository
  • 1 Watchers
  • 1 Stars
  • 188 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 3 % Grown

The README.md

Html

Overrides Laravel 4.2 FormBuilder, adding support to array of checkboxes., (*1)

In your "composer.json" file, add the following line:, (*2)

"rodrigo-balest/html": "dev-master"

In your "app/config/app.php" file, substitute the original provider 'Illuminate\Html\HtmlServiceProvider', for the following:, (*3)

'RodrigoBalest\Html\HtmlServiceProvider',

That's it!, (*4)

PS: This work is based on the following posts:, (*5)

https://github.com/laravel/framework/commit/1c7e2dc4f2c9874bc829af55b901e765661ee2a1, (*6)

https://github.com/laravel/framework/issues/5573, (*7)

The Versions

19/12 2014

dev-master

9999999-dev

Overrides Laravel 4.2 FormBuilder, adding support to array of checkboxes

  Sources   Download

The Requires

 

by Rodrigo Balest

01/12 2014

v1.0.0

1.0.0.0

Overrides Laravel 4.2 FormBuilder, adding support to array of checkboxes

  Sources   Download

The Requires

 

by Rodrigo Balest