Additions to TwbBundle v2 for ZF2.
- Require this package
bvarent/zf2-twb-bundle-add
using composer. - Add the Module
Bvarent\TwbBundleAdd
to the list of loaded modules in your application config. AfterTwbBundle
. - Make sure the assets are available via www under the configured path. Usually
this means copying
assets/*
to yourpublic
dir. - If you want to override configuration, copy and mod
config/bvarent-twbbundle.local.php.dist
to your autoload dir.
- The
formCollection
view helper now also renders buttons to dynamically add/ remove elements in the collection.
- Tests.
- Include configuration for Assetic and/or other asset managers.