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 5984988 commit 86baf37Copy full SHA for 86baf37
Core/core/Console/Commands/Help.php
@@ -496,6 +496,11 @@ private static function create_controller()
496
497
498
{$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 *
504
php webby create:controller web:books --name=books
505
php webby create:controller web:console --name=schedule
506
php webby create:controller api:v1 --name=send
0 commit comments