Command "make:entity" is not defined. Symfony 4.4

961 Views Asked by At

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"

1

There are 1 best solutions below

0
Ridjy On

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