I am using L5-Swagger to build my swagger in PHP with Laravel. Can we prefix all endpoint URLs so as not to repeat them for each one? Typically the prefix "/api/v1" in this example:
I saw several options in config.l5-swagger.php, but I tried many things and failed to do so.

add this on top of your controller:
then you have to set like this documentation for all of your controller method.
https://scramble.dedoc.co