We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ee69f4 commit 723966eCopy full SHA for 723966e
src/Commands/MakeEntityCommand.php
@@ -63,7 +63,7 @@ class MakeEntityCommand extends Command
63
{--only-tests : Set this flag if you want to create only tests. This flag is a higher priority than --without-tests.}
64
{--only-seeder : Set this flag if you want to create only seeder.}
65
66
- {--methods=CRUD : Add create, read, update, delete routes, requests, controllers and tests.}
+ {--methods=CRUD : Set types of methods to create. Affect on routes, requests classes, controller\'s methods and tests methods.}
67
68
{--i|integer=* : Add integer field to entity.}
69
{--I|integer-required=* : Add required integer field to entity. If you want to specify default value you have to do it manually.}
0 commit comments