Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

File resources/views/index.blade.php completely ignored when generating docs via l5-swagger:generate #604

Closed
alexandrmazur96 opened this issue May 15, 2024 · 1 comment

Comments

@alexandrmazur96
Copy link

  • L5-Swagger Version: 8.6.0 (composer show | grep l5-swagger)
  • PHP Version (php -v): 8.0.22
  • OS: Ubuntu 22.04

Description:

I want to replace favicon in the generated API docs, but the library just generates docs with the default path to favicon /favicon.ico. Is there any way to change it?

Steps To Reproduce:

  1. Change favicon if published /resources/views/vendor/l5-swagger/index.blade.php
  2. Generate docs via l5-swagger:generate
  3. Notice favicon the same
@DarkaOnLine
Copy link
Owner

If you chnage any HTML in published /resources/views/vendor/l5-swagger/index.blade.php file it should just work as it overrides the default view

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants