vi-kon / laravel-bootstrap
This package is abandoned and no longer maintained.
No replacement package was suggested.
Configurable Bootstrap for Laravel 5
v2.0.0
2016-05-03 07:53 UTC
Requires
- php: >=5.5.9
- illuminate/support: ~5.1
- laravelcollective/html: ~5.1
- matthiasmullie/minify: ~1.3
- oyejorge/less.php: ~1.5
- twbs/bootstrap: ~3.3
This package is not auto-updated.
Last update: 2021-03-05 22:09:36 UTC
README
This is Laravel 5.1 package for compiling Bootstrap framework to application.
Table of content
Features
- Configurable
- Minfied css and js files
Installation
Via composer
:
composer require vi-kon/laravel-bootstrap
In your Laravel 5 project add following lines to app.php
:
// to your providers array 'ViKon\Bootstrap\BootstrapServiceProvider',
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
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