Download the PHP package vi-kon/laravel-bootstrap without Composer
On this page you can find all versions of the php package vi-kon/laravel-bootstrap. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Informations about the package laravel-bootstrap
Configurable Bootstrap framework for Laravel 5.1
This is Laravel 5.1 package for compiling Bootstrap framework to application.
Table of content
- Features
- Installation
- Usage
- Components
Back to top
Features
- Configurable
- Minfied css and js files
Back to top
Installation
Via composer
:
In your Laravel 5 project add following lines to app.php
:
Back to top
Usage
Simply run vi-kon:bootstrap:compile {component-name} {component-name}
command to generate bootstrap files (booth CSS
and JS).
The vi-kob:bootstrap:compile
command have several options:
--all
- Select all components--except
- Exclude selected component. Only available if--all
option set.--force
- Overwrite existing files
Back to top
Components
Available components (This tokens can use in command):
- Reset and dependencies
- normalize
- 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/.
License
This package is licensed under the MIT License
Back to top
All versions of laravel-bootstrap with dependencies
illuminate/support Version ~5.1
laravelcollective/html Version ~5.1
twbs/bootstrap Version ~3.3
oyejorge/less.php Version ~1.5
matthiasmullie/minify Version ~1.3