• Laravel
  • PHP
  • Bootstrapper – Set of classes to create Bootstrap 3 markup

    Laravel Twitter Bootstrap Bundle

    Installation

    Add the following to your composer.json file :

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

    or execute

    composer require patricktalmadge/bootstrapper

    Then register Bootstrapper’s service provider with Laravel:

    'Bootstrapper\BootstrapperServiceProvider',

    If you are using Laravel 5, then you should instead use the Laravel 5 service provider.

    'Bootstrapper\BootstrapperL5ServiceProvider',

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

    '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',
    
    

    Để lại một bình luận

    Email của bạn sẽ không được hiển thị công khai. Các trường bắt buộc được đánh dấu *

    1 mins