dev-master
9999999-dev https://github.com/zucchi/ZucchiBootstrapSimple Module to allow facilitate use of Twitter Bootstrap
BSD-3-Clause
The Requires
- php >=5.4.1
- zucchi/zucchi dev-master
bootstrap zf2 twitter
Simple Module to allow facilitate use of Twitter Bootstrap
Module to provide files and helpers for use with ZF2 Modules, (*1)
From the root of your ZF2 Skeleton Application run, (*2)
./composer.phar require zucchi/bootstrap
This module will require your vhost to use an AliasMatch, (*3)
AliasMatch /_([^/]+)/(.+)/([^/]+) /path/to/vendor/$2/public/$1/$3
You can now include the following in your layout to make use of Twitters Bootstrap, (*4)
<?=$this->headLink()->appendStylesheet($this->basePath() . '/_css/zucchi/bootstrap/bootstrap.min.css') ->appendStylesheet($this->basePath() . '/_css/zucchi/bootstrap/bootstrap-responsive.min.css')?> <?=$this->headScript()->appendFile($this->basePath() . '/_js/zucchi/bootstrap/bootstrap.min.js') ?>
Simple Module to allow facilitate use of Twitter Bootstrap
BSD-3-Clause
bootstrap zf2 twitter