Skip to content

Commit 1308063

Browse files
committed
update readme
1 parent 204eeeb commit 1308063

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,10 @@ Option | Description
4343
`output` | The output path used for the generated documentation. Default: `public/docs`
4444
`routePrefix` | The route prefix to use for generation - `*` can be used as a wildcard
4545
`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
4647
`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`
4750

4851
### How does it work?
4952

0 commit comments

Comments
 (0)