An integration library for Laravel and Doctrine ORM
Version 3 supports DBAL ^4.0 and ORM ^3.0. See the upgrade guide for more information.
Via composer:
composer require laravel-doctrine/orm
The ServiceProvider and Facades are audodiscovered.
Publish the config:
php artisan vendor:publish --tag="config" --provider="LaravelDoctrine\ORM\DoctrineServiceProvider"
Full documentation at https://laravel-doctrine-orm-official.readthedocs.io or in the docs directory.
- Easy configuration
- Doctrine console commands
- DoctrineExtensions supported
- Pagination
- Support for multiple entity managers and connections
- Laravel naming strategy
- Timestamps and SoftDelete listeners
- Simple authentication
- Pre-configured metadata, connections, and caching
- Password reminders
See LICENSE.