Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2024-08-15 | 747 Bytes | |
v0.1.6 source code.tar.gz | 2024-08-15 | 9.7 kB | |
v0.1.6 source code.zip | 2024-08-15 | 18.2 kB | |
Totals: 3 Items | 28.7 kB | 0 |
What's new
- Support middleware applying on package route group.
php return [ 'middleware' => [ // ], ];
- Support custom html title of Swagger UI/Editor.
php return [ 'ui' => [ 'title' => env('LARAVEL_SWAGGER_UI_TITLE'), // add this line ], 'editor' => [ 'title' => env('LARAVEL_SWAGGER_EDITOR_TITLE'), // add this line ], ];
See detail comment at config file. And you can re-run publish command with --force
flag to override and update the config file.
Thanks for these time, Vicky. Take care.