2017 © Pedro Peláez
 

library html

image

rdehnhardt/html

  • Monday, June 11, 2018
  • by rdehnhardt
  • Repository
  • 1 Watchers
  • 4 Stars
  • 3,415 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 3 Forks
  • 0 Open issues
  • 21 Versions
  • 8 % Grown

The README.md

Laravel Forms with Twitter Boostrap

Package to make it easier to create forms in the bootstrap with erros validations., (*1)

Ready to Laravel 5.5 - Package Auto-Discovery

Installation

composer require rdehnhardt/html

Bootstrap 3 - 5.6.0

Bootstrap 4 - 5.6.1

Configuration

Add into the file app.php in providers section, (*2)

Rdehnhardt\Html\HtmlServiceProvider::class,

Add into the file app.php in alias section, (*3)

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

How to use

Automatically displays error messages to the user. Simply just use the default request validation of laravel., (*4)

Any blade file, (*5)

{!! Form::open(['method' => 'post', 'route' => ['route.store']]) !!}

    {!! Form::openGroup('title', 'Title') !!}
    {!! Form::text('title', null, ['placeholder' => 'Title']) !!}
    {!! Form::closeGroup() !!}

    {!! Form::openGroup('content', 'Content') !!}
    {!! Form::textarea('content', null, ['placeholder' => 'Content of post']) !!}
    {!! Form::closeGroup() !!}

    {!! Form::openFormActions() !!}
    {!! Form::submit('Save', ['class' => 'btn btn-primary form-action']) !!}
    {!! Form::closeFormActions() !!}

{!! Form::close() !!}

The Versions

11/06 2018

dev-master

9999999-dev

  Sources   Download

MIT

The Requires

 

by Renato Dehnhardt

11/06 2018

5.6.1

5.6.1.0

  Sources   Download

MIT

The Requires

 

by Renato Dehnhardt

19/04 2018

5.6.0

5.6.0.0

  Sources   Download

MIT

The Requires

 

by Renato Dehnhardt

05/03 2018

5.5.1

5.5.1.0

  Sources   Download

MIT

The Requires

 

by Renato Dehnhardt

11/07 2017

5.5.0

5.5.0.0

  Sources   Download

MIT

The Requires

 

by Renato Dehnhardt

06/06 2017

5.4.1

5.4.1.0

  Sources   Download

MIT

The Requires

 

by Renato Dehnhardt

06/06 2017

dev-fix-laravel-5.4

dev-fix-laravel-5.4

  Sources   Download

MIT

The Requires

 

by Renato Dehnhardt

06/06 2017

5.4.0

5.4.0.0

  Sources   Download

MIT

The Requires

 

by Renato Dehnhardt

28/04 2016

dev-add-lookup

dev-add-lookup

  Sources   Download

MIT

The Requires

 

by Renato Dehnhardt

28/04 2016

5.1.2

5.1.2.0

  Sources   Download

MIT

The Requires

 

by Renato Dehnhardt

28/04 2016

5.2.2

5.2.2.0

  Sources   Download

MIT

The Requires

 

by Renato Dehnhardt

29/01 2016

5.2.1

5.2.1.0

  Sources   Download

MIT

The Requires

 

by Renato Dehnhardt

09/01 2016

5.2

5.2.0.0

  Sources   Download

MIT

The Requires

 

by Renato Dehnhardt

21/10 2015

5.1

5.1.0.0

  Sources   Download

MIT

The Requires

 

by Renato Dehnhardt

12/03 2015

1.0.7

1.0.7.0

  Sources   Download

MIT

The Requires

 

by Renato Dehnhardt

11/03 2015

1.0.4

1.0.4.0

  Sources   Download

MIT

The Requires

 

by Renato Dehnhardt

11/03 2015

1.0.5

1.0.5.0

  Sources   Download

MIT

The Requires

 

by Renato Dehnhardt

11/03 2015

1.0.3

1.0.3.0

  Sources   Download

MIT

The Requires

 

by Renato Dehnhardt

11/03 2015

1.0.1

1.0.1.0

  Sources   Download

MIT

The Requires

 

by Renato Dehnhardt

20/02 2015

1.0.0

1.0.0.0

  Sources   Download

MIT

The Requires

 

by Renato Dehnhardt

20/02 2015

1.0.6

1.0.6.0

  Sources   Download

MIT

The Requires

 

by Renato Dehnhardt