coremax / core-bootstrap
Module to provides ZF2 integration with Twitter Bootstrap using RWOverdijk/AssetManager and many view helpers.
Installs: 86
Dependents: 0
Suggesters: 1
Security: 0
Stars: 10
Watchers: 2
Forks: 0
Open Issues: 5
Language:JavaScript
Requires
- php: >=5.3.3
- rwoverdijk/assetmanager: dev-master
- zendframework/zendframework: 2.*
This package is not auto-updated.
Last update: 2024-11-09 13:39:32 UTC
README
Module to provides ZF2 integration with Twitter Bootstrap using RWOverdijk/AssetManager and many view helpers.
Installation
Installation of this module uses Composer.
php composer.phar require coremax/core-bootstrap
# (When asked for a version, type `0.*`)
Then add AssetManager
and CoreBootstrap
to your config/application.config.php
.
Installation without Composer is not current supported.