jeanbelhache / doctrine2-l5
Doctrine 2 for Laravel 5 with Annotations drivers and d2 extensions
dev-master
2015-06-03 15:58 UTC
Requires
- php: >=5.5.0
- doctrine/orm: >=2.4.0
This package is not auto-updated.
Last update: 2024-11-23 17:22:30 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.