0

when I run php bin/console make:entity the output is

[critical] Error thrown while running command ""make:entity"". Message: "Command "make:entity" is not defined.

Did you mean one of these? make:admin:crud make:admin:dashboard make:admin:migration"

  • Does this answer your question? [make:entity command isn't registered in my Symfony 4 project](https://stackoverflow.com/questions/48117675/makeentity-command-isnt-registered-in-my-symfony-4-project) – ffx14 Jul 24 '22 at 07:36
  • my php version is 7.4.16 – Lolz Gurl Jul 24 '22 at 07:41
  • 1
    it seems like necessary symfony package is not installed, check this documentation https://symfony.com/bundles/SymfonyMakerBundle/current/index.html – Nuryagdy Mustapayev Jul 24 '22 at 08:29

1 Answers1

0

Verify if your APP_ENV is set to dev; generally, this only works in dev mode depending on your configuration with composer

Ridjy
  • 38
  • 4