An integration library for Laravel and Doctrine ORM
Via composer:
composer require laravel-doctrine/orm
The ServiceProvider and Facades are autodiscovered.
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.
- Version 3 supports DBAL ^4.0 and ORM ^3.0. See the upgrade guide for more information.
- Version 2 supports Laravel 9 - 11, DBAL ^3.0 and ORM ^2.0.
- Version 1 supports Laravel 6 - 9, DBAL ^2.0 and ORM ^2.0. See documentation in version 2
See LICENSE.