You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -50,6 +51,8 @@ class MakeEntityCommand extends Command
50
51
{--without-tests : Set this flag if you don\'t want to create tests. This flag is a lower priority than --only-tests.}
51
52
{--without-seeder : Set this flag if you don\'t want to create seeder.}
52
53
54
+
{--only-api : Set this flag if you want to create controller, route, requests, tests.}
55
+
{--only-entity : Set this flag if you want to create migration, model, repository, service, factory, seeder.}
53
56
{--only-model : Set this flag if you want to create only model. This flag is a higher priority than --without-model, --only-migration, --only-tests and --only-repository.}
54
57
{--only-repository : Set this flag if you want to create only repository. This flag is a higher priority than --without-repository, --only-tests and --only-migration.}
55
58
{--only-service : Set this flag if you want to create only service.}
@@ -98,6 +101,8 @@ class MakeEntityCommand extends Command
0 commit comments