2017 © Pedro Peláez
 

library bootstrapper

Twitter Bootstrap markup generator

image

patricktalmadge/bootstrapper

Twitter Bootstrap markup generator

  • Sunday, July 15, 2018
  • by Anahkiasen
  • Repository
  • 38 Watchers
  • 569 Stars
  • 167,546 Installations
  • PHP
  • 12 Dependents
  • 0 Suggesters
  • 140 Forks
  • 20 Open issues
  • 53 Versions
  • 4 % Grown

The README.md

Bootstrapper

Latest stable version: Latest Stable Version, (*1)

Travis status : Build Status, (*2)

Current supported Bootstrap version: 3.2.0, (*3)

Bootstrapper is a set of classes that allow you to quickly create Twitter Bootstrap 3 style markup., (*4)

Installation

Add the following to your composer.json file :, (*5)

"require": {
    "patricktalmadge/bootstrapper": "~5",
},

or execute, (*6)

composer require patricktalmadge/bootstrapper

Then register Bootstrapper's service provider with Laravel:, (*7)

'Bootstrapper\BootstrapperServiceProvider',

If you are using Laravel 5, then you should instead use the Laravel 5 service provider., (*8)

'Bootstrapper\BootstrapperL5ServiceProvider',

You can then (if you want to) add the following aliases to your aliases array in your config/app.php file., (*9)

'Accordion' => 'Bootstrapper\Facades\Accordion',
'Alert' => 'Bootstrapper\Facades\Alert',
'Badge' => 'Bootstrapper\Facades\Badge',
'Breadcrumb' => 'Bootstrapper\Facades\Breadcrumb',
'Button' => 'Bootstrapper\Facades\Button',
'ButtonGroup' => 'Bootstrapper\Facades\ButtonGroup',
'Carousel' => 'Bootstrapper\Facades\Carousel',
'ControlGroup' => 'Bootstrapper\Facades\ControlGroup',
'DropdownButton' => 'Bootstrapper\Facades\DropdownButton',
'Form' => 'Bootstrapper\Facades\Form',
'Helpers' => 'Bootstrapper\Facades\Helpers',
'Icon' => 'Bootstrapper\Facades\Icon',
'InputGroup' => 'Bootstrapper\Facades\InputGroup',
'Image' => 'Bootstrapper\Facades\Image',
'Label' => 'Bootstrapper\Facades\Label',
'MediaObject' => 'Bootstrapper\Facades\MediaObject',
'Modal' => 'Bootstrapper\Facades\Modal',
'Navbar' => 'Bootstrapper\Facades\Navbar',
'Navigation' => 'Bootstrapper\Facades\Navigation',
'Panel' => 'Bootstrapper\Facades\Panel',
'ProgressBar' => 'Bootstrapper\Facades\ProgressBar',
'Tabbable' => 'Bootstrapper\Facades\Tabbable',
'Table' => 'Bootstrapper\Facades\Table',
'Thumbnail' => 'Bootstrapper\Facades\Thumbnail',

Including Bootstrap

Include the Bootstrap files just like any other css and js files! Download Bootstrap and JQuery from the Bootstrap site, place them in your public folder and then include them like so:, (*10)

{{ HTML::style('path/to/bootstrap.css') }}
{{ HTML::script('path/to/jquery.js') }}
{{ HTML::script('path/to/bootstrap.js') }}

Feel free to use a CDN, but bear in mind that you may get unexpected functionality if the version you use isn't the version Bootstrapper currently supports (but open an issue to let us know!)., (*11)

<link rel="stylesheet" href="//netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap.min.css">
<script src="http://code.jquery.com/jquery-1.10.1.min.js"></script>
<script src="//netdna.bootstrapcdn.com/bootstrap/3.0.3/js/bootstrap.min.js"></script>

If you want to get the latest Bootstrap that Bootstrapper supports, then use the helper function:, (*12)

Helpers::css()
Helpers::js()

If you want to stick at a certain version then use, (*13)

artisan config:publish patricktalmadge/bootstrapper

And update your config file in app/config/packages., (*14)

We also have Twitter Bootstrap as a dependency, so you can grab the files from your vendor directory., (*15)

Documentation

Contributing

Contributing is easy! Just fork the repo, make your changes then send a pull request on GitHub. If your PR is languishing in the queue and nothing seems to be happening, then send Patrick an email or a tweet., (*16)

The Versions

15/07 2018
02/04 2017
31/01 2017
31/08 2016

dev-update-html-dep

dev-update-html-dep

Twitter Bootstrap markup generator

  Sources   Download

MIT

The Requires

 

The Development Requires

by Patrick Talmadge
by Patrick Rose

laravel bootstrap

17/06 2015

dev-features/test-against-PHP-7-hhvm

dev-features/test-against-PHP-7-hhvm

Twitter Bootstrap markup generator

  Sources   Download

MIT

The Requires

 

The Development Requires

by Patrick Talmadge
by Patrick Rose

laravel bootstrap

09/04 2015
28/02 2015
28/02 2015

dev-features/test-service-provider

dev-features/test-service-provider

Twitter Bootstrap markup generator

  Sources   Download

MIT

The Requires

 

The Development Requires

by Patrick Talmadge
by Patrick Rose

laravel bootstrap

24/02 2015

5.5.2

5.5.2.0

Twitter Bootstrap markup generator

  Sources   Download

MIT

The Requires

 

The Development Requires

by Patrick Talmadge
by Patrick Rose

laravel bootstrap

23/02 2015

5.5.1

5.5.1.0

Twitter Bootstrap markup generator

  Sources   Download

MIT

The Requires

 

The Development Requires

by Patrick Talmadge
by Patrick Rose

laravel bootstrap

22/02 2015

5.5.0

5.5.0.0

Twitter Bootstrap markup generator

  Sources   Download

MIT

The Requires

 

The Development Requires

by Patrick Talmadge
by Patrick Rose

laravel bootstrap

22/02 2015

dev-laravel-5

dev-laravel-5

Twitter Bootstrap markup generator

  Sources   Download

MIT

The Requires

 

The Development Requires

by Patrick Talmadge
by Patrick Rose

laravel bootstrap

25/11 2014

5.4.0

5.4.0.0

Twitter Bootstrap markup generator

  Sources   Download

MIT

The Requires

 

The Development Requires

by Patrick Talmadge
by Patrick Rose

laravel bootstrap

11/11 2014

5.3.0

5.3.0.0

Twitter Bootstrap markup generator

  Sources   Download

MIT

The Requires

 

The Development Requires

by Patrick Talmadge
by Patrick Rose

laravel bootstrap

28/10 2014

5.2.1

5.2.1.0

Twitter Bootstrap markup generator

  Sources   Download

MIT

The Requires

 

The Development Requires

by Patrick Talmadge
by Patrick Rose

laravel bootstrap

27/10 2014

5.2.0

5.2.0.0

Twitter Bootstrap markup generator

  Sources   Download

MIT

The Requires

 

The Development Requires

by Patrick Talmadge
by Patrick Rose

laravel bootstrap

12/10 2014

5.1.2

5.1.2.0

Twitter Bootstrap markup generator

  Sources   Download

MIT

The Requires

 

The Development Requires

by Patrick Talmadge
by Patrick Rose

laravel bootstrap

15/09 2014

5.1.1

5.1.1.0

Twitter Bootstrap markup generator

  Sources   Download

MIT

The Requires

 

The Development Requires

by Patrick Talmadge
by Patrick Rose

laravel bootstrap

30/08 2014

5.1.0

5.1.0.0

Twitter Bootstrap markup generator

  Sources   Download

MIT

The Requires

 

The Development Requires

by Patrick Talmadge
by Patrick Rose

laravel bootstrap

29/08 2014

5.0.1

5.0.1.0

Twitter Bootstrap markup generator

  Sources   Download

MIT

The Requires

 

The Development Requires

by Patrick Talmadge
by Patrick Rose

laravel bootstrap

27/08 2014

5.0.0

5.0.0.0

Twitter Bootstrap markup generator

  Sources   Download

MIT

The Requires

 

The Development Requires

by Patrick Talmadge
by Patrick Rose

laravel bootstrap

23/06 2014

4.1.19

4.1.19.0

Twitter Bootstrap markup generator

  Sources   Download

MIT

The Requires

 

The Development Requires

by Patrick Talmadge
by Patrick Rose

laravel bootstrap

23/06 2014

4.1.18

4.1.18.0

Twitter Bootstrap markup generator

  Sources   Download

MIT

The Requires

 

The Development Requires

by Patrick Talmadge
by Patrick Rose

laravel bootstrap

17/06 2014

4.1.17

4.1.17.0

Twitter Bootstrap markup generator

  Sources   Download

MIT

The Requires

 

The Development Requires

by Patrick Talmadge
by Patrick Rose

laravel bootstrap

17/06 2014

4.1.16

4.1.16.0

Twitter Bootstrap markup generator

  Sources   Download

MIT

The Requires

 

The Development Requires

by Patrick Talmadge
by Patrick Rose

laravel bootstrap

13/06 2014

4.1.15

4.1.15.0

Twitter Bootstrap markup generator

  Sources   Download

MIT

The Requires

 

The Development Requires

by Patrick Talmadge
by Patrick Rose

laravel bootstrap

02/06 2014

4.1.14

4.1.14.0

Twitter Bootstrap markup generator

  Sources   Download

MIT

The Requires

 

The Development Requires

by Patrick Talmadge
by Patrick Rose

laravel bootstrap

02/06 2014

4.1.13

4.1.13.0

Twitter Bootstrap markup generator

  Sources   Download

MIT

The Requires

 

The Development Requires

by Patrick Talmadge
by Patrick Rose

laravel bootstrap

25/05 2014

4.1.12

4.1.12.0

Twitter Bootstrap markup generator

  Sources   Download

MIT

The Requires

 

The Development Requires

by Patrick Talmadge
by Patrick Rose

laravel bootstrap

03/05 2014

4.1.11

4.1.11.0

Twitter Bootstrap markup generator

  Sources   Download

MIT

The Requires

 

The Development Requires

by Patrick Talmadge
by Patrick Rose

laravel bootstrap

30/03 2014

4.1.10

4.1.10.0

Twitter Bootstrap markup generator

  Sources   Download

MIT

The Requires

 

The Development Requires

by Patrick Talmadge
by Patrick Rose

laravel bootstrap

07/03 2014

4.1.9

4.1.9.0

Twitter Bootstrap markup generator

  Sources   Download

MIT

The Requires

 

The Development Requires

by Patrick Talmadge
by Patrick Rose

laravel bootstrap

24/02 2014

4.1.8

4.1.8.0

Twitter Bootstrap markup generator

  Sources   Download

MIT

The Requires

 

The Development Requires

by Patrick Talmadge
by Patrick Rose

laravel bootstrap

18/02 2014

4.1.7

4.1.7.0

Twitter Bootstrap markup generator

  Sources   Download

MIT

The Requires

 

The Development Requires

by Patrick Talmadge
by Patrick Rose

laravel bootstrap

18/02 2014

4.1.6

4.1.6.0

Twitter Bootstrap markup generator

  Sources   Download

MIT

The Requires

 

The Development Requires

by Patrick Talmadge
by Patrick Rose

laravel bootstrap

15/02 2014

4.1.5

4.1.5.0

Twitter Bootstrap markup generator

  Sources   Download

MIT

The Requires

 

The Development Requires

by Patrick Talmadge
by Patrick Rose

laravel bootstrap

14/02 2014

4.1.4

4.1.4.0

Twitter Bootstrap markup generator

  Sources   Download

MIT

The Requires

 

The Development Requires

by Patrick Talmadge
by Patrick Rose

laravel bootstrap

08/02 2014

4.1.3

4.1.3.0

Twitter Bootstrap markup generator

  Sources   Download

MIT

The Requires

 

The Development Requires

by Patrick Talmadge
by Patrick Rose

laravel bootstrap

05/02 2014

4.1.2

4.1.2.0

Twitter Bootstrap markup generator

  Sources   Download

MIT

The Requires

 

The Development Requires

by Patrick Talmadge
by Patrick Rose

laravel bootstrap

03/02 2014

4.1.1

4.1.1.0

Twitter Bootstrap markup generator

  Sources   Download

MIT

The Requires

 

The Development Requires

by Patrick Talmadge
by Patrick Rose

laravel bootstrap

27/01 2014

4.1.0

4.1.0.0

Twitter Bootstrap markup generator

  Sources   Download

MIT

The Requires

 

The Development Requires

by Patrick Talmadge
by Patrick Rose

laravel bootstrap

12/10 2013

3.x-dev

3.9999999.9999999.9999999-dev

Twitter Bootstrap markup generator

  Sources   Download

MIT

The Requires

 

by Patrick Talmadge

laravel bootstrap