File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -43,7 +43,10 @@ Option | Description
43
43
` output ` | The output path used for the generated documentation. Default: ` public/docs `
44
44
` routePrefix ` | The route prefix to use for generation - ` * ` can be used as a wildcard
45
45
` routes ` | The route names to use for generation - Required if no routePrefix is provided
46
+ ` routes ` | The route names to use for generation - Required if no routePrefix is provided
46
47
` actAsUserId ` | The user ID to use for authenticated API response calls
48
+ ` router ` | The router to use, when processing the route files (can be Laravel or Dingo - defaults to Laravel)
49
+ ` bindings ` | List of route bindings that should be replaced when trying to retrieve route results. Syntax format: ` binding_one,id|binding_two,id `
47
50
48
51
### How does it work?
49
52
You can’t perform that action at this time.
0 commit comments