2017 © Pedro Peláez
 

library bootstrap

A bootstrap 3 helper for Laravel 5

image

joeloco/bootstrap

A bootstrap 3 helper for Laravel 5

  • Saturday, October 24, 2015
  • by joao-santos
  • Repository
  • 1 Watchers
  • 5 Stars
  • 9 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

A bootstrap 3 helper for Laravel 5

Install

composer require "joeloco/bootstrap:dev-master"

Config

1 - Register the service provider in /config/app, (*1)

'providers' => [
        //.....
        Bootstrap\Providers\BootstrapServiceProvider::class
    ],

2 - Set a alias for facade in /config/app, (*2)


'aliases' => [ //.... 'BS' => Bootstrap\Facades\Bootstrap::class, ],
<?php echo BS::breadcrumb()->drop('Root','/root')->drop('Chield','root/chield')->stop('right');?>

The Versions

24/10 2015

dev-master

9999999-dev https://github.com/JoeLoco/bootstrap

A bootstrap 3 helper for Laravel 5

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

The Development Requires

by Joe Loco

laravel helpers bootstrap utility utils multibyte utf