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 @@ -33,8 +33,8 @@ The following properties should be used in order to get listed in CLI commands a
3333File Location
3434=============
3535
36- Commands must be stored within a directory named **Commands **. However, that directory can be located in the PSR-4 namespaces
37- that the :doc: `Autoloader </concepts/autoloader >` can locate it. This could be in **app/Commands **, or
36+ Commands must be stored within a directory named **Commands **. However, that directory has to be located in the PSR-4 namespaces
37+ so that the :doc: `Autoloader </concepts/autoloader >` can locate it. This could be in **app/Commands **, or
3838a directory that you keep commands in to use in all of your project development, like **Acme/Commands **.
3939
4040.. note :: When the commands are executed, the full CodeIgniter CLI environment has been loaded, making it
You can’t perform that action at this time.
0 commit comments