lbarulski/gatekeeper-propel-bundle

GateKeeperBundle integration with Propel

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

This package is auto-updated.

Last update: 2024-04-29 03:21:00 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