is it possible to create a single entity from an existing database with symfony 5.2? If so, how can I do it? I have to create a class which must be linked to the "llx_societe" table of Dolibarr. I have searched everywhere but everything I have tried does not work.
Thank you for your answers.
question from:https://stackoverflow.com/questions/65842138/generate-an-entity-from-an-existing-database-symfony-5-2