library ze-zf-doctrine-extensions
Zend Framework 2 module to use the DoctrineExtensions in https://github.com/ZeinEddin/DoctrineExtensions
zeineddin/ze-zf-doctrine-extensions
Zend Framework 2 module to use the DoctrineExtensions in https://github.com/ZeinEddin/DoctrineExtensions
- Tuesday, March 3, 2015
- by ZeinEddin
- Repository
- 1 Watchers
- 0 Stars
- 14 Installations
- PHP
- 0 Dependents
- 0 Suggesters
- 0 Forks
- 0 Open issues
- 1 Versions
- 0 % Grown
ZeZfDoctrineExtensions
Zend Framework 2 module to use the ZeDoctrineExtensions in https://github.com/ZeinEddin/ZeDoctrineExtensions, (*1)
Installation
The recommended way to install zeineddin/ze-zf-doctrine-extensions is through
composer:, (*2)
-
Add this project and ze-zf-doctrine-extensions in your composer.json:, (*3)
"require": {
"zeineddin/ze-zf-doctrine-extensions": "dev-master"
}
-
Now tell composer to download ze-doctrine-extensions by running the command:, (*4)
$ php composer.phar update
Configuration
To start using the module you need to copy the file
config/ze_zf_doctrine_extensions.global.php.dist.
to your application's config/autoload directory and remove the .dist extension
from the file name., (*5)
Then choose the right Doctrine Driver Config Key Name for the database you want., (*6)