File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed
Core/core/Console/Commands Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -492,7 +492,7 @@ private static function create_controller()
492492 Create controller by specifying which module it belongs with
493493
494494 {$ usage }
495- php webby create:controller <module-type:module-name> <controller-name>
495+ php webby create:controller <module-type:module-name> <controller-name> <options>
496496
497497
498498 {$ examples }
@@ -522,9 +522,14 @@ private static function create_model()
522522 Create model by specifying which module it belongs with.
523523
524524 {$ usage }
525- php webby create:model <module-type:module-name> <model-name>
525+ php webby create:model <module-type:module-name> <model-name> <options>
526526
527527 {$ examples }
528+ * Add models to App/Models directory *
529+ php webby create:model --name=books
530+ php webby create:model --name=books --easy --remove-model
531+
532+ * Add module models *
528533 php webby create:model web:app --name=books
529534 php webby create:model console:tasks --name=schedule
530535 php webby create:model api:v1 --name=send
You can’t perform that action at this time.
0 commit comments