jeanbelhache/doctrine2-l5

Doctrine 2 for Laravel 5 with Annotations drivers and d2 extensions
60 2
Install
composer require jeanbelhache/doctrine2-l5
PHP:>=5.5.0
License:MIT
Last Updated:Jun 3, 2015
Links: GitHub  ·  Packagist
Maintainer: jeanbelhache

Doctrine 2 for Laravel 5

Join the chat at https://gitter.im/jeanbelhache/doctrine2-l5

What the package supported ?

  • Doctrine2
  • Laravel Authentication
  • Annotations Driver
  • Some extensions for DQL query like 'acos, sin, degrees, ...'

configuration

"jeanbelhache/doctrine2-l5": "dev-master",

in config/app:

'Doctrine2l5\Doctrine2CacheServiceProvider',
'Doctrine2l5\Doctrine2ServiceProvider',
./artisan vendor:publish --provider "Doctrine2l5\Doctrine2CacheServiceProvider"
./artisan vendor:publish --provider "Doctrine2l5\Doctrine2ServiceProvider"

## License

Like the Laravel framework itself, this project is open-sourced under the MIT license.

Inspiration

Based on the original package opensolutions/doctrine2bridge-l5.