An integration library for Laravel and Doctrine ORM
laravel-doctrine/orm is a Laravel package for an integration library for laravel and doctrine orm.
It currently has 840 GitHub stars and 5.641.771 downloads on Packagist (latest version 3.3.3).
Install it with composer require laravel-doctrine/orm.
Discover more Laravel packages by laravel-doctrine
or browse all Laravel packages to compare alternatives.
Last updated
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.
See LICENSE.