Componette

Componette

rixxi

rixxi / gedmo 1.0.7

Gedmo Doctrine Extensions integration into Nette Framework using Kdyby/Doctrine

download-cloud-line composer require rixxi/gedmo

Rixxi/Gedmo

Requirements

Rixxi/Gedmo requires Kdyby/Doctrine

Installation

The best way to install Rixxi/Gedmo is using Composer:

$ composer require rixxi/gedmo

Configuration

The best way to install Rixxi/Gedmo is using Composer:

extensions:
	gedmo: Rixxi\Gedmo\DI\OrmExtension
	# you should probably register Kdyby/Doctrine too
	doctrine: Kdyby\Doctrine\DI\OrmExtension

gedmo:
	translatableLocale: cs_CZ
	defaultLocale: cs_CZ

	# enable all annotations
	all: on
	# enable per annotation
	loggable: on
	sluggable: on
	softDeleteable: on
	sortable: on
	timestampable: on
	translatable: on
	treeable: on
	uploadable: on

# you must add bit type to your doctrine connection and soft-deleteable to filters
doctrine:
	types:
		bit: Doctrine\DBAL\Types\BooleanType

	filters:
		# without this softDeleteable won't work...            ...probably
		soft-deleteable: Gedmo\SoftDeleteable\Filter\SoftDeleteableFilter

Repository http://github.com/rixxi/gedmo.

  • 1.0.7 1.0.7 Slim Jim

    Slimmed dependencies from nette/nette to just nette/di and nette/utils

  • 1.0.6 Allow Kdyby 3.*

    If it works don't change it 😄.

  • 1.0.5 Bugfix treeable

    Bugfix of previous bugfix.

  • 1.0.4 Treeable config

  • 1.0.3 Sortable Listener

bar-chart-fill

Statistics

download-cloud-fill
62636
star-fill
13
bug-fill
2
flashlight-fill
5.1y
price-tag-2-line

Badges

guide-fill

Dependencies

nette/di (>= 2.1 < 2.4)
nette/utils (>= 2.1 < 2.4)
kdyby/events (~3.0|~2.1)
kdyby/doctrine (~3.0|~2.0|~1.0)
Componette Componette felix@nette.org