This repository was archived by the owner on Dec 11, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ call `lucid`:
37
37
export PATH="./vendor/bin:$PATH"
38
38
```
39
39
40
- > See [ CLI Reference ] ( #cli-reference ) for all the commands that are available.
40
+ For a list of all the commands that are available run ` lucid ` or see the [ CLI Reference ] ( #cli-reference ) .
41
41
42
42
#### Launching the Interactive Console (UI)
43
43
@@ -170,7 +170,8 @@ Route::get('/users', 'UserController@get');
170
170
Following are the commands available through the ` Lucid ` CLI.
171
171
172
172
- ` make:service [name] ` : Generate a new Service with the given name
173
- - ` make:feature [service] [feature title] ` : Generate a new Feature in the given Service with the given title
173
+ - ` make:feature [service] [feature title] ` : Generate a new Feature in the given Service
174
174
- ` make:job [domain] [job title] ` : Generate a new Job in the specified Domain (non-existing domains will be created)
175
+ - ` make:controller [service] [controller name] ` : Generate a new Controller in the given Service
175
176
- ` list:services ` : List the existing Services
176
- - ` list:features ` : List the existing Features, organised per Service
177
+ - ` list:features ` : List the existing Features, organised by Service
You can’t perform that action at this time.
0 commit comments