File tree Expand file tree Collapse file tree 1 file changed +2
-10
lines changed
Expand file tree Collapse file tree 1 file changed +2
-10
lines changed Original file line number Diff line number Diff line change @@ -122,17 +122,9 @@ scans and keep performance high.
122122
123123## Command-Line Support
124124
125- CodeIgniter has never been known for it's strong CLI support. However,
125+ CodeIgniter has never been known for its strong CLI support. However,
126126if your package could benefit from it, create a new file under
127- ** system/Commands** . The class contained within is simply a controller
128- that is intended for CLI usage only. The ` index() ` method should provide
129- a list of available commands provided by that package.
130-
131- Routes must be added to ** system/Config/Routes.php** using the ` cli() `
132- method to ensure it is not accessible through the browser, but is
133- restricted to the CLI only.
134-
135- See the ** MigrationsCommand** file for an example.
127+ ** system/Commands** .
136128
137129## Documentation
138130
You can’t perform that action at this time.
0 commit comments