2017 © Pedro Peláez
 

library laravel-bootstrap-formbuilder

Laravel 5 FormBuilder for Blade Engine and the Twitter Bootstrap CSS Framework

image

rokde/laravel-bootstrap-formbuilder

Laravel 5 FormBuilder for Blade Engine and the Twitter Bootstrap CSS Framework

  • Wednesday, September 7, 2016
  • by rokde
  • Repository
  • 1 Watchers
  • 5 Stars
  • 11,591 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 2 Forks
  • 0 Open issues
  • 12 Versions
  • 2 % Grown

The README.md

laravel-bootstrap-formbuilder

Laravel 5.1 FormBuilder for Blade Engine and the Twitter Bootstrap CSS Framework., (*1)

Latest Stable Version Latest Unstable Version License Total Downloads, (*2)

This FormBuilder enhances the Laravel Collective FormBuilder for its use within the Bootstrap CSS Framework., (*3)

Installation

$> composer require "rokde/laravel-bootstrap-formbuilder:~0.1"

For Laravel 5.1:, (*4)

$> composer require "rokde/laravel-bootstrap-formbuilder:~0.0.1"

Then updating:, (*5)

$> composer update

Next, add your new provider to the providers array of config/app.php:, (*6)

Rokde\LaravelBootstrap\Html\HtmlServiceProvider::class,

Finally, add two class aliases to the aliases array of config/app.php:, (*7)

'Form' => Collective\Html\FormFacade::class,
'Html' => Collective\Html\HtmlFacade::class,

We use the Facades from Laravel Collective., (*8)

Usage

All Bootstrap recommendations for form and input elements are built in, so you do not have to worry about the right classes and tag-soup., (*9)

Form Groups

{!! Form::openGroup('name', 'Name') !!}
    {!! Form::text('name') !!}
{!! Form::closeGroup() !!}

Will render:, (*10)

<div class="form-group"><label for="name">Name</label>
    <input class="form-control" name="name" type="text" id="name">
</div>

Error handling is also included., (*11)

Further Resources

Heavily inspired by Easy Bootstrap Forms In Laravel, so the main credits goes to Stidges., (*12)

You can read at Laravel Collective another usage examples., (*13)

The Versions

07/09 2016

dev-master

9999999-dev

Laravel 5 FormBuilder for Blade Engine and the Twitter Bootstrap CSS Framework

  Sources   Download

MIT

The Requires

 

by Avatar rokde

07/09 2016

0.1.1

0.1.1.0

Laravel 5 FormBuilder for Blade Engine and the Twitter Bootstrap CSS Framework

  Sources   Download

MIT

The Requires

 

by Avatar rokde

21/06 2016

0.1.0

0.1.0.0

Laravel 5 FormBuilder for Blade Engine and the Twitter Bootstrap CSS Framework

  Sources   Download

MIT

The Requires

 

by Avatar rokde

21/06 2016

0.0.9

0.0.9.0

Laravel 5 FormBuilder for Blade Engine and the Twitter Bootstrap CSS Framework

  Sources   Download

MIT

The Requires

 

by Avatar rokde

03/06 2016

0.0.8

0.0.8.0

Laravel 5 FormBuilder for Blade Engine and the Twitter Bootstrap CSS Framework

  Sources   Download

MIT

The Requires

 

by Avatar rokde

25/05 2016

0.0.7

0.0.7.0

Laravel 5 FormBuilder for Blade Engine and the Twitter Bootstrap CSS Framework

  Sources   Download

MIT

The Requires

 

by Avatar rokde

24/05 2016

0.0.6

0.0.6.0

Laravel 5 FormBuilder for Blade Engine and the Twitter Bootstrap CSS Framework

  Sources   Download

MIT

The Requires

 

by Avatar rokde

14/08 2015

0.0.5

0.0.5.0

Laravel 5 FormBuilder for Blade Engine and the Twitter Bootstrap CSS Framework

  Sources   Download

MIT

The Requires

 

by Avatar rokde

07/08 2015

0.0.4

0.0.4.0

Laravel 5 FormBuilder for Blade Engine and the Twitter Bootstrap CSS Framework

  Sources   Download

MIT

The Requires

 

by Avatar rokde

07/08 2015

0.0.3

0.0.3.0

Laravel 5 FormBuilder for Blade Engine and the Twitter Bootstrap CSS Framework

  Sources   Download

MIT

The Requires

 

by Avatar rokde

04/08 2015

0.0.2

0.0.2.0

Laravel 5 FormBuilder for Blade Engine and the Twitter Bootstrap CSS Framework

  Sources   Download

MIT

The Requires

 

by Avatar rokde

04/08 2015

0.0.1

0.0.1.0

Laravel 5 FormBuilder for Blade Engine and the Twitter Bootstrap CSS Framework

  Sources   Download

MIT

The Requires

 

by Avatar rokde