Skip to content

Commit 4663213

Browse files
Merge pull request rakutentech#14 from rakutentech/develop
Develop
2 parents 10c7f45 + f99482e commit 4663213

File tree

6 files changed

+236
-56
lines changed

6 files changed

+236
-56
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ Automatically generate api documentation for Laravel without writing annotations
44

55
Read more: https://medium.com/web-developer/laravel-automatically-generate-api-documentation-without-annotations-a-swagger-alternative-e0699409a59e
66

7-
87
## Requirements
98

109
| Lang | Version |

config/request-docs.php

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
<?php
22

33
return [
4+
'document_name' => 'LRD',
5+
46
/*
57
* Route where request docs will be served from
68
* localhost:8080/request-docs
@@ -14,6 +16,12 @@
1416
* Path to to static HTML if using command line.
1517
*/
1618
'docs_path' => base_path('docs/request-docs/'),
19+
20+
/**
21+
* Sorting route by and there is two types default(route methods), route_names.
22+
*/
23+
'sort_by' => 'default',
24+
1725
'hide_matching' => [
1826
"#^telescope#",
1927
"#^docs#",

0 commit comments

Comments
 (0)