2017 © Pedro Peláez
 

library bootstrapme

Put your Laravel 5 in action and allow that him use the Bootstrap to make form-groups

image

zabaala/bootstrapme

Put your Laravel 5 in action and allow that him use the Bootstrap to make form-groups

  • Thursday, May 17, 2018
  • by zabaala
  • Repository
  • 1 Watchers
  • 0 Stars
  • 56 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 7 Versions
  • 4 % Grown

The README.md

Bootstrapme Package for Laravel 5

Put your Laravel 5 in action and allow that him use the Bootstrap to make form-groups., (*1)

Requirement

This package requires: * Laravel 5.* * illuminate\html (This package dont work with laravelcollective/Html package.), (*2)

How to install

1. Install the package

Add Bootstrapme into package.json. To do this, run composer requre zabaala\bootstrapme., (*3)

3. Load Services Providers

After install, open your own config/app.php file and place the following code inside of providers array key:, (*4)

    'providers' => [
        // ... (ommited unnecessary list)
        /*
         * Package Service Providers...
         */
        Zabaala\Bootstrapme\BootstrapmeServiceProvider::class,
        // ... (ommited unnecessary list)
    ],

And this code inside aliases array key:, (*5)

    'aliases' => [
        // ... (ommited unnecessary list)
        'Form' => Illuminate\Html\FormFacade::class,
        'Html' => Illuminate\Html\HtmlFacade::class,
    ],

Colaborate

Open a pull request and be happy! :), (*6)

Author

Mauricio Rodrigues mmauricio.vsr@gmail.com, (*7)

License

MIT, (*8)

The Versions

17/05 2018

dev-master

9999999-dev

Put your Laravel 5 in action and allow that him use the Bootstrap to make form-groups

  Sources   Download

MIT

The Requires

 

25/04 2017

dev-develop

dev-develop

Put your Laravel 5 in action and allow that him use the Bootstrap to make form-groups

  Sources   Download

MIT

The Requires

 

06/11 2016

v0.1.5

0.1.5.0

Put your Laravel 5 in action and allow that him use the Bootstrap to make form-groups

  Sources   Download

MIT

The Requires

 

05/11 2016

v0.1.3

0.1.3.0

Put your Laravel 5 in action and allow that him use the Bootstrap to make form-groups

  Sources   Download

MIT

The Requires

 

04/11 2016

v0.1.2

0.1.2.0

Put your Laravel 5 in action and allow that him use the Bootstrap to make form-groups

  Sources   Download

MIT

The Requires

 

04/11 2016

v0.1.1

0.1.1.0

Put your Laravel 5 in action and allow that him use the Bootstrap to make form-groups

  Sources   Download

MIT

The Requires

 

04/11 2016

v0.1

0.1.0.0

Put your Laravel 5 in action and allow that him use the Bootstrap to make form-groups

  Sources   Download

MIT

The Requires