File tree Expand file tree Collapse file tree
user_guide_src/source/cli Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ etc. You can also scaffold a complete set of files with just one command.
1313Introduction
1414************
1515
16- All built-in generators reside under the ``Generators `` namespace when listed using ``php spark list ``.
16+ All built-in generators reside under the ``Generators `` group when listed using ``php spark list ``.
1717To view the full description and usage information on a particular generator, use the command::
1818
1919 > php spark help <generator_command>
@@ -28,7 +28,7 @@ where ``<generator_command>`` will be replaced with the command to check.
2828
2929.. note :: Working on modules? Code generation will set the root namespace to a default of ``APP_NAMESPACE``.
3030 Should you need to have the generated code elsewhere in your module namespace, make sure to set
31- the ``--namespace `` option in your command, e.g., ``php spark make:model blog --namespace Acme\Blog ``.
31+ the ``--namespace `` option in your command, e.g., ``php spark make:model blog --namespace Acme\\ Blog ``.
3232
3333.. warning :: Make sure when setting the ``--namespace`` option that the supplied namespace is a valid
3434 namespace defined in your ``$psr4 `` array in ``Config\Autoload `` or defined in your composer autoload
You can’t perform that action at this time.
0 commit comments