lbarulski / gatekeeper-propel-bundle
GateKeeperBundle integration with Propel
dev-master
2014-09-15 21:44 UTC
Requires
- php: >=5.3.3
- docplanner/gatekeeper: dev-master
- docplanner/gatekeeper-bundle: 1.0.0
- propel/propel-bundle: 1.2.*
- symfony/symfony: >=2.3
This package is auto-updated.
Last update: 2024-10-29 04:41:52 UTC
README
Installation
Composer require
"docplanner/gatekeeper-bundle": "1.0.0"
"lbarulski/gatekeeper-propel-bundle": "dev-master"
Register bundles
new \GateKeeperBundle\GateKeeperBundle()
new lbarulski\GateKeeperPropelBundle\GateKeeperPropelBundle()
Migrate database
app/console propel:migration:generate-diff
app/console propel:migration:migrate