We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bebe16b commit 1ba5250Copy full SHA for 1ba5250
1 file changed
Core/core/Console/Commands/Help.php
@@ -539,12 +539,14 @@ private static function create_controller()
539
540
{$usage}
541
php webby create:controller <module-type:module-name> <controller-name> <options>
542
+ php webby create:controller <controller-name> <options>
543
544
545
{$examples}
546
* Add controllers to App/Controllers directory *
547
php webby create:controller --name=cars
548
php webby create:controller --name=cars --addcontroller
549
+ php webby create:controller --name=cars --dir <directory-name>
550
551
* Add module controllers *
552
php webby create:controller web:books --name=books
0 commit comments