lbarulski / gatekeeper-propel-bundle
GateKeeperBundle integration with Propel
Package info
github.com/lbarulski/GateKeeperPropelBundle
pkg:composer/lbarulski/gatekeeper-propel-bundle
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: 2026-03-01 00:20:23 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-diffapp/console propel:migration:migrate