File tree Expand file tree Collapse file tree 2 files changed +11
-3
lines changed
Expand file tree Collapse file tree 2 files changed +11
-3
lines changed Original file line number Diff line number Diff line change 3737 /**
3838 * API Path
3939 */
40- 'path ' => env ('SWAGGER_PATH ' , '/documentation ' ),
40+ 'path ' => env ('SWAGGER_PATH ' , '/docs ' ),
4141
4242 /**
4343 * API Storage Path
Original file line number Diff line number Diff line change 4040 const ui = SwaggerUIBundle ({
4141 url: " {!! $urlToDocs ! !}" ,
4242 dom_id: ' #swagger-ui' ,
43- deepLinking: true ,
4443 presets: [
4544 SwaggerUIBundle .presets .apis ,
4645 SwaggerUIStandalonePreset
4746 ],
4847 plugins: [
4948 SwaggerUIBundle .plugins .DownloadUrl
5049 ],
51- layout: " StandaloneLayout"
50+ layout: " StandaloneLayout" ,
51+ filter: true ,
52+ deepLinking: true ,
53+ displayRequestDuration: true ,
54+ showExtensions: true ,
55+ showCommonExtensions: true ,
56+ queryConfigEnabled: true ,
57+ persistAuthorization: true ,
58+ // "list", "full", "none"
59+ docExpansion: " {{ request ()-> get (' expansion' , ' list' ) } }"
5260 });
5361
5462 window .ui = ui;
You can’t perform that action at this time.
0 commit comments