Skpd\Bootstrap is a module for Zend Framework 2, for easy integration of the Twitter Bootstrap v3.*.
Example files located at examples directory. You can run it with PHP built-in server:
php -S 127.0.0.1:8080 -t vendor/skpd/bootstrap/examples/
- Zend Framework 2 (2.2.*)
- Twitter Bootstrap (v3.*)
-
Add this project in your composer.json:
"require": { "skpd/bootstrap": "dev-master" }
-
Enable it in your
application.config.php
file.return array( 'modules' => array( 'Skpd\Bootstrap', // ... ), );
- Default elements
- Form Types (inline, horizontal, default)
- Help blocks
- Alerts with the Flash Messenger plugin