Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 537 Bytes

doctrine-integration.md

File metadata and controls

17 lines (13 loc) · 537 Bytes

Doctrine integration

For usage with Doctrine ORM entities add the Arachne/Doctrine package to your application.

composer require arachne/doctrine

Note that in your neon config file Arachne\Doctrine\DI\DoctrineExtension has to be registered before Arachne\EntityLoader\DI\EntityLoaderExtension.

extensions:
    # ...
    arachne.doctrine: Arachne\Doctrine\DI\DoctrineExtension
    arachne.entityLoader: Arachne\EntityLoader\DI\EntityLoaderExtension