jeanbelhache/doctrine2-l5

Doctrine 2 for Laravel 5 with Annotations drivers and d2 extensions

dev-master 2015-06-03 15:58 UTC

This package is not auto-updated.

Last update: 2024-04-13 14:34:36 UTC


README

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.