dev-master
9999999-dev https://github.com/Skpd/BootstrapBootstrap 3 integration for ZF2
The Requires
- php >=5.3.3
- zendframework/zendframework 2.2.*
by Dmitry Shabanov
bootstrap zf2 twitter bootstrap zend framework 2 bootstrap 3 zendframework2
Wallogit.com
2017 © Pedro Peláez
Bootstrap 3 integration for ZF2
Skpd\Bootstrap is a module for Zend Framework 2, for easy integration of the Twitter Bootstrap v3.*., (*2)
Example files located at examples directory. You can run it with PHP built-in server:, (*3)
php -S 127.0.0.1:8080 -t vendor/skpd/bootstrap/examples/
Add this project in your composer.json:, (*4)
"require": {
"skpd/bootstrap": "dev-master"
}
Enable it in your application.config.php file., (*5)
return array(
'modules' => array(
'Skpd\Bootstrap',
// ...
),
);
Bootstrap 3 integration for ZF2
bootstrap zf2 twitter bootstrap zend framework 2 bootstrap 3 zendframework2