Download the PHP package bruensicke/li3_bootstrap without Composer
On this page you can find all versions of the php package bruensicke/li3_bootstrap. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download bruensicke/li3_bootstrap
More information about bruensicke/li3_bootstrap
Files in bruensicke/li3_bootstrap
Download bruensicke/li3_bootstrap
More information about bruensicke/li3_bootstrap
Files in bruensicke/li3_bootstrap
Vendor bruensicke
Package li3_bootstrap
Short Description lithium plugin to drive lithium with twitter bootstrap
License BSD-3-Clause
Homepage https://github.com/bruensicke/li3_bootstrap/blob/master/README.md
Package li3_bootstrap
Short Description lithium plugin to drive lithium with twitter bootstrap
License BSD-3-Clause
Homepage https://github.com/bruensicke/li3_bootstrap/blob/master/README.md
Please rate this library. Is it a good library?
Informations about the package li3_bootstrap
li3_bootstrap
Lithium plugin to easily use twitters bootstrap.
Installation
Add submodule to your li3 libraries:
git submodule add https://github.com/bruensicke/li3_bootstrap.git libraries/li3_bootstrap
and activate it in you app (config/bootstrap/libraries.php
), of course:
Libraries::add('li3_bootstrap');
Note: li3_bootstrap
supports usage of .less
files, in order to do so, you need li3_less
, see below for details
Requirements
Optional
In order to use the .less files, instead of .css - you need the li3_less
library and load it before loading li3_bootstrap.
Libraries::add('li3_less');
Libraries::add('li3_bootstrap');
Credits
All versions of li3_bootstrap with dependencies
PHP Build Version
Package Version
The package bruensicke/li3_bootstrap contains the following files
Loading the files please wait ....