Swaggervel
Swaggervel copied to clipboard
Swagger for Laravel
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...
Maybe a thought to create fixed releases? Using `dev-master` in `composer.json` is highly discouraged, and our project guidelines don't actually allow it :3