Closed Sovary closed 7 years ago
I got the first question, to change swagger UI information successfully I have to change manually in AppBaseController.php which has Swagger annotation information or programatically by change object api_version (URI) in laravel_generator.php and command php artisan infyom:publish
(confirm yes to overwrite AppBaseController.php).
Hello, I have 2 questions:
Why Swagger information in swaggervel.php is not effected on swagger UI such as default-api-version, default-swagger-version?
How can I implement Basic Auth and Oauth2?