Alexander Cerleniuk
Alexander Cerleniuk
Hi, here is a multi API support for v1.0 (Laravel 4). Each API configuration should be in a separate file, format is like in app.php now. No needs app.php for...
Hi, here is a multi API support (v2.0 for Laravel 5). Each API configuration should be in a separate file, format is like in swaggerel.php now. You have to add...
Hi, Multiple API support is needed. Seems swagger does not support multiple API, but we may to generate several different API. I made a sketch. https://github.com/Sano000/Swaggervel/blob/extra/src/Jlapp/Swaggervel/routes.php Here is an updated...