You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 15, 2024. It is now read-only.
Right now one has to manually define controller DI config. With the mantra of "minimal additional config" in mind, controllers should be auto-discoverable.
It should be fairly easy to add the controllers to the container with "autowire: true", once you tell SwaggerBundle where to find them:
Right now one has to manually define controller DI config. With the mantra of "minimal additional config" in mind, controllers should be auto-discoverable.
It should be fairly easy to add the controllers to the container with "autowire: true", once you tell SwaggerBundle where to find them: