lbarulski/gatekeeper-propel-bundle

GateKeeperBundle 与 Propel 的集成

dev-master 2014-09-15 21:44 UTC

This package is auto-updated.

Last update: 2024-08-29 04:12:53 UTC


README

安装

Composer 需求

  • "docplanner/gatekeeper-bundle": "1.0.0"
  • "lbarulski/gatekeeper-propel-bundle": "dev-master"

注册包

  • new \GateKeeperBundle\GateKeeperBundle()
  • new lbarulski\GateKeeperPropelBundle\GateKeeperPropelBundle()

迁移数据库

  • app/console propel:migration:generate-diff
  • app/console propel:migration:migrate