dev-master
9999999-devLaravel 4 - Twitter Bootstrap 3 Helpers (html builders)
MIT
The Requires
- php >=5.3.0
- illuminate/support 4.0.x
- illuminate/http 4.0.x
The Development Requires
laravel helpers html twitter bootstrap twbs builders
Wallogit.com
2017 © Pedro Peláez
Laravel 4 - Twitter Bootstrap 3 Helpers (html builders)
This package aims to provide helpers (html builders) for complex Twitter Bootstrap 3 elements., (*2)
For example build menu with properly classed active links..., (*3)
Currently supported:, (*4)
.list-group wrapper with .list-group-item child elements) docs
ul.nav) docs
Recommended installation is trough composer, add to your composer.json:, (*5)
"require": { "djordje/laravel-twbs-helpers": "dev-master" }
Add service provider to your app/config/app.php file:, (*6)
# ... 'providers' => array( # ... 'Djordje\LaravelTwbsHelpers\LaravelTwbsHelpersServiceProvider', ), # ...
Optionally you can add mostly used facades to your application aliases:, (*7)
# ... 'aliases' => array( # ... 'TwbsNav' => 'Djordje\LaravelTwbsHelpers\Facades\TwbsNav' ), # ...
Laravel 4 - Twitter Bootstrap 3 Helpers (html builders)
MIT
laravel helpers html twitter bootstrap twbs builders