Skip to content

Commit 86baf37

Browse files
committed
🔧 improve console help on create:controller command
Signed-off-by: otengkwame <[email protected]>
1 parent 5984988 commit 86baf37

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Core/core/Console/Commands/Help.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -496,6 +496,11 @@ private static function create_controller()
496496
497497
498498
{$examples}
499+
* Add controllers to App/Controllers directory *
500+
php webby create:controller --name=cars
501+
php webby create:controller --name=cars --addcontroller
502+
503+
* Add module controllers *
499504
php webby create:controller web:books --name=books
500505
php webby create:controller web:console --name=schedule
501506
php webby create:controller api:v1 --name=send

0 commit comments

Comments
 (0)