flame/doctrine

Collection of classes for working with Doctrine2 on Kdyby/Doctrine

v4.1.0 2014-02-01 11:07 UTC

This package is not auto-updated.

Last update: 2024-04-24 09:46:00 UTC


README

Collection of classes for working with Doctrine2 on Kdyby/Doctrine

##Instalation

  1. Add require into the composer.json
	"require": {
		"flame/doctrine": "@dev"
	}
  1. Install dependencies
	composer install /update

##Usage

in config.neon

	doctrine:
		defaultRepositoryClassName: \Flame\Doctrine\EntityDao
		autoGenerateProxyClasses: true
		metadata:
			Sharezone\Entity: %appDir%/Entity
		ignoredAnnotations: [date, author]