Is there a way to create Apiplatform enabled entities directly from database schemas?
I successfully create the entities using php bin/console doctrine:mapping:import "App\Entity" annotation --path=src/Entity
, but now i have to add manually the reference to Apiplatform resources in 120 entities like here. Is there another way?
Thanks in advance.