Skip to content

Commit 09ae672

Browse files
committed
feature: document title and description for openapi added
1 parent 1c96608 commit 09ae672

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

config/request-docs.php

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,11 @@
5858
'description' => 'Laravel Request Docs',
5959
// default version that this library provides
6060
'version' => '3.0.0',
61-
// changeable
61+
// api document title
62+
'document_title' => 'Laravel Request',
63+
// api document description
64+
'document_description' => 'Laravel Request',
65+
//api document version
6266
'document_version' => '1.0.0',
6367
// license that you want to display
6468
'license' => 'Apache 2.0',

0 commit comments

Comments
 (0)