Skip to content

[READ ONLY] LongRunning Doctrine ORM

License

Notifications You must be signed in to change notification settings

LongRunning/doctrine-orm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LongRunning Doctrine ORM

This is a read only split from the LongRunning mono repository.

If you want to make changes, please create a pull request there.

This packages requires Doctrine ORM 2.7 or higher.

Installation

composer require long-running/doctrine-orm

Symfony

If you are using Symfony, make sure to install the DoctrineBundle.

composer require doctrine/doctrine-bundle

Then register the bundle:

<?php
// config/bundles.php

return [
    // ...
    Doctrine\Bundle\DoctrineBundle\DoctrineBundle::class => ['all' => true],
    LongRunning\Core\Bundle\LongRunningBundle::class => ['all' => true],
    LongRunning\DoctrineORM\Bundle\LongRunningDoctrineORMBundle::class => ['all' => true],
];

About

[READ ONLY] LongRunning Doctrine ORM

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages