library bootstrap
Bootstrap 3 integration for ZF2
skpd/bootstrap
Bootstrap 3 integration for ZF2
- Wednesday, October 9, 2013
- by Skpd
- Repository
- 1 Watchers
- 2 Stars
- 22 Installations
- CSS
- 0 Dependents
- 0 Suggesters
- 1 Forks
- 0 Open issues
- 1 Versions
- 0 % Grown
Skpd\Bootstrap, v0.1
, (*1)
Introduction
Skpd\Bootstrap is a module for Zend Framework 2, for easy integration of the Twitter Bootstrap v3.*., (*2)
Demonstration
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/
Requirements
Installation
With composer
-
Add this project in your composer.json:, (*4)
"require": {
"skpd/bootstrap": "dev-master"
}
Post installation
-
Enable it in your application.config.php
file., (*5)
return array(
'modules' => array(
'Skpd\Bootstrap',
// ...
),
);
Roadmap
- [x] Default elements
- [x] Form Types (inline, horizontal, default)
- [x] Help blocks
- [ ] Alerts with the Flash Messenger plugin