2017 © Pedro PelĂĄez
 

library laravel-bootstrap

Configurable Bootstrap for Laravel 5

image

vi-kon/laravel-bootstrap

Configurable Bootstrap for Laravel 5

  • Tuesday, May 3, 2016
  • by vincekovacs
  • Repository
  • 1 Watchers
  • 1 Stars
  • 218 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 5 Versions
  • 4 % Grown

The README.md

Configurable Bootstrap framework for Laravel 5.1

This is Laravel 5.1 package for compiling Bootstrap framework to application., (*1)

Table of content


Back to top, (*2)

Features

  • Configurable
  • Minfied css and js files

Back to top, (*3)

Installation

Via composer:, (*4)

composer require vi-kon/laravel-bootstrap

In your Laravel 5 project add following lines to app.php:, (*5)

// to your providers array
'ViKon\Bootstrap\BootstrapServiceProvider',

Back to top, (*6)

Usage

Simply run vi-kon:bootstrap:compile {component-name} {component-name} command to generate bootstrap files (booth CSS and JS)., (*7)

The vi-kob:bootstrap:compile command have several options:, (*8)

  • --all - Select all components
  • --except - Exclude selected component. Only available if --all option set.
  • --force - Overwrite existing files

Back to top, (*9)

Components

Available components (This tokens can use in command):, (*10)

  • Reset and dependencies
    • normalize
    • print
    • glyphicons
  • Core CSS
    • scaffolding
    • type
    • code
    • grid
    • tables
    • forms
    • buttons
  • Components
    • component-animations
    • dropdowns
    • button-groups
    • input-groups
    • navs
    • navbar
    • breadcrumbs
    • pagination
    • pager
    • labels
    • badges
    • jumbotron
    • thumbnails
    • alerts
    • progress-bars
    • media
    • list-group
    • panels
    • responsive-embed
    • wells
    • close
  • Components with JavaScript
    • modals
    • tooltip
    • popovers
    • carousel
  • Pure JavaScript components
    • affix
    • alert
    • button
    • collapse
    • scrollspy
    • tab
    • transition
  • Utility classes
    • utilities
    • responsive-utilities

More about components http://getbootstrap.com/., (*11)

License

This package is licensed under the MIT License, (*12)


Back to top, (*13)

The Versions

03/05 2016

dev-master

9999999-dev

Configurable Bootstrap for Laravel 5

  Sources   Download

MIT

The Requires

 

by KovĂĄcs Vince

laravel bootstrap

03/05 2016

v2.0.0

2.0.0.0

Configurable Bootstrap for Laravel 5

  Sources   Download

MIT

The Requires

 

by KovĂĄcs Vince

laravel bootstrap

03/05 2016

dev-develop

dev-develop

Configurable Bootstrap for Laravel 5

  Sources   Download

MIT

The Requires

 

by KovĂĄcs Vince

laravel bootstrap

01/11 2015

v2.0.0-RC

2.0.0.0-RC

Configurable Bootstrap for Laravel 5

  Sources   Download

MIT

The Requires

 

by KovĂĄcs Vince

laravel bootstrap

28/02 2015

v1.0.0

1.0.0.0

Configurable Bootstrap for Laravel 5

  Sources   Download

MIT

The Requires

 

by KovĂĄcs Vince

laravel bootstrap