Skip to content
This repository was archived by the owner on Dec 11, 2020. It is now read-only.

Commit 7c8227f

Browse files
committed
add make:controller command to readme
1 parent f9816d8 commit 7c8227f

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

readme.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ call `lucid`:
3737
export PATH="./vendor/bin:$PATH"
3838
```
3939

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).
4141

4242
#### Launching the Interactive Console (UI)
4343

@@ -170,7 +170,8 @@ Route::get('/users', 'UserController@get');
170170
Following are the commands available through the `Lucid` CLI.
171171

172172
- `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
174174
- `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
175176
- `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

0 commit comments

Comments
 (0)