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