Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

139 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

1 star

Watchers

2 watching

Forks

Releases

Packages

Used by

Contributors

Languages