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 @@ -313,8 +313,8 @@ generation.
313313Declaring the Location of a Custom Generator Command Template
314314*************************************************************
315315
316- The default order of lookup for generator templates is first, the template defined in the **app/Config/Generators.php ** file,
317- and if not found, the template will be looked up at the ``CodeIgniter\Commands\Generators\Views `` namespace.
316+ The default order of lookup for generator templates is (1) the template defined in the **app/Config/Generators.php ** file,
317+ and (2) if not found, the template found at the ``CodeIgniter\Commands\Generators\Views `` namespace.
318318
319319To declare the template location for your custom generator command, you will need to add it to the **app/Config/Generators.php **
320320file. For example, if you have a command ``make:awesome-command `` and your generator template is located within your *app *
You can’t perform that action at this time.
0 commit comments