flame-org / Doctrine

Collection of classes for working with Doctrine2 based on Kdyby/Doctrine

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Doctrine

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]

About

Collection of classes for working with Doctrine2 based on Kdyby/Doctrine


Languages

Language:PHP 100.0%