laravel-doctrine / orm

An integration library for Laravel and Doctrine ORM
MIT License
829 stars 177 forks source link
doctrine laravel orm

Laravel Doctrine ORM

An integration library for Laravel and Doctrine ORM

Build Status Code Coverage PHPStan Documentation Packagist Downloads

Installation

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"

Documentation

Full documentation at https://laravel-doctrine-orm-official.readthedocs.io or in the docs directory.

Versions

License

See LICENSE.