jeanbelhache / doctrine2-l5
Doctrine 2 for Laravel 5 with Annotations drivers and d2 extensions
Installs: 60
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/jeanbelhache/doctrine2-l5
Requires
- php: >=5.5.0
- doctrine/orm: >=2.4.0
This package is not auto-updated.
Last update: 2025-09-27 21:31:21 UTC
README
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.