Download Latest Version v0.1.7 source code.tar.gz (9.9 kB)
Email in envelope

Get an email when there's a new version of laravel-swagger

Home / v0.1.6
Name Modified Size InfoDownloads / 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.

Source: README.md, updated 2024-08-15