Skip to content

Commit

Permalink
Added new docs
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmetbarut committed Oct 28, 2021
1 parent 7b3a466 commit 5ba979d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,10 @@ Usage inside the controller
}
```
And then by executing `php artisan route:docs` the documentation is created.

# Arguments
This package currently only outputs markdown.
`path` is available, for this it should be written as `php artisan route:docs /path/to`.

# ! Tip
If no default directory is specified, it will look for the `docs' folder in the root directory and generate an error if it cannot find it.

0 comments on commit 5ba979d

Please sign in to comment.