-
Notifications
You must be signed in to change notification settings - Fork 105
Description
Hi! It's me again.
Is your feature request related to a problem? Please describe.
I'm always frustrated when the laravel-request-docs
package generates documentation for specific routes that I do not want to include.
Describe the solution you'd like
I would like to have the ability to exclude specific routes from the documentation generated by the laravel-request-docs
package. This could be achieved by providing a configuration option where I can specify the routes to be excluded.
Describe alternatives you've considered
An alternative solution could be to manually edit the generated documentation to remove the unwanted routes, but this is not efficient and can be error-prone.
Additional context
It would be helpful to have a configuration file or an option within the existing configuration where I can list the routes that should be excluded from the documentation generation process. This would streamline the documentation process and ensure that only the relevant routes are included.