File tree Expand file tree Collapse file tree 1 file changed +2
-9
lines changed Expand file tree Collapse file tree 1 file changed +2
-9
lines changed Original file line number Diff line number Diff line change 1515 */
1616 'route ' => '' ,
1717
18- /*
19- |--------------------------------------------------------------------------
20- | Documentation Directory
21- |--------------------------------------------------------------------------
22- |
23- | Documentation file will be stored in the determined directory
24- */
25- 'documentation_directory ' => storage_path ('documentations ' ),
26-
2718 /*
2819 |--------------------------------------------------------------------------
2920 | Global application prefix
137128 'drivers ' => [
138129 'local ' => [
139130 'class ' => LocalDriver::class,
131+ 'directory ' => 'documentations ' ,
140132 'production_path ' => 'documentation.json ' ,
141133 ],
142134 'remote ' => [
155147 | One of the filesystems.disks config value
156148 */
157149 'disk ' => env ('SWAGGER_STORAGE_DRIVER_DISK ' , 'public ' ),
150+ 'directory ' => 'documentations ' ,
158151 'production_path ' => 'documentation.json ' ,
159152 ],
160153 ],
You can’t perform that action at this time.
0 commit comments