lbarulski/gatekeeper-propel-bundle

GateKeeperBundle integration with Propel

Maintainers

Package info

github.com/lbarulski/GateKeeperPropelBundle

pkg:composer/lbarulski/gatekeeper-propel-bundle

Statistics

Installs: 178

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

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

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-diff
  • app/console propel:migration:migrate