webcook/gedmo

Gedmo addon for Nette Framework

Installs: 39

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 2

Type:nette-addon

v1.0.0 2015-04-05 09:32 UTC

This package is not auto-updated.

Last update: 2024-03-26 00:53:59 UTC


README

Library for easy integration Gedmo Doctrine Extension to Nette Framework.

Requirements

  • PHP 5.3.2 or later
  • Nette Framework 2.0.0 or later
  • Gedmo 2.3.2 or later
  • Doctrine ORM 2.2 or later / Doctrine ODM 1.0.0 Beta 5 or later

Installation

Add "nella/gedmo": "*" to *composer.json and run composer update. Edit your bootstrap.php and add Nella\Doctrine\Config\GedmoExtension::register($configurator); before $configurator->createContainer().

For more info please follow documentaion.