RonasIT / laravel-swagger

Laravel-Swagger is a fully automate tool which allows to generate and save swagger-based documentation after successful completing your application's feature tests.
https://ronasit.com
MIT License
148 stars 43 forks source link

Configs logic update #84

Closed DenTray closed 1 year ago

DenTray commented 1 year ago
  1. Use larval application name as a title field
  2. Set contact email null by default and throw exception on null value to force developer to set his email
Goodmain commented 1 year ago

@DenTray All done and merged

DenTray commented 1 year ago

@Goodmain great! Works as expected! Thanks!

DenTray commented 1 year ago

@Goodmain I've found issue when email config is filled, but exception throwed

image

could you please check it?