zeineddin/ze-zf-doctrine-extensions

Zend Framework 2 module to use the DoctrineExtensions in https://github.com/ZeinEddin/DoctrineExtensions

dev-master 2015-03-03 11:34 UTC

This package is not auto-updated.

Last update: 2024-05-07 01:15:55 UTC


README

Zend Framework 2 module to use the ZeDoctrineExtensions in https://github.com/ZeinEddin/ZeDoctrineExtensions

Installation

The recommended way to install zeineddin/ze-zf-doctrine-extensions is through composer:

  1. Add this project and ze-zf-doctrine-extensions in your composer.json:

    "require": {
        "zeineddin/ze-zf-doctrine-extensions": "dev-master"
    }
  2. Now tell composer to download ze-doctrine-extensions by running the command:

    $ 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.

Then choose the right Doctrine Driver Config Key Name for the database you want.