Swaggervel icon indicating copy to clipboard operation
Swaggervel copied to clipboard

Swagger for Laravel

Results 33 Swaggervel issues
Sort by recently updated
recently updated
newest added

When trying to install Swaggervel to Laravel 5.2 as described in readme.md, `App\Providers\EventServiceProvider::class, 'Jlapp\Swaggervel\SwaggervelServiceProvider', App\Providers\RouteServiceProvider::class,` after "php artisan vendor:publish" I get: `PHP Fatal error: Class 'Jlapp\Swaggervel\SwaggervelServiceProvider' not found in ***/vendor/laravel/framework/src/Illuminate/Foundation/ProviderRepository.php...

I installed swaggervel in my project but when i go to /api-docs i get this error ``` FatalErrorException in routes.php line 39: Class 'Swagger\Swagger' not found in C:\projects\laraveltest\laravel\vendor\jlapp\swaggervel\src\Jlapp\Swaggervel\routes.php line 39...

https://github.com/slampenny/Swaggervel/blob/master/src/Jlapp/Swaggervel/routes.php#L24 points to the codepath being hit. For current Swagger runs via the CLI, it doesn't recreate the output directory at all it just dumps the file. The part of...

This addresses issue #61. Reverted to workflow introduced before commit d2b68480f2977e26c3976c2fdb01be03f22a5c91. Obliterating the directory in the current manner was causing havoc with our deployment. I was erroneously committing the local...

On swagger-ui page i am getting following error- "This API is using a deprecated version of Swagger! Please see http://github.com/wordnik/swagger-core/wiki for more info" and swagger-ui page is not displaying any...

how can i remove OAuth2 settings ui component?.

Remove the hard coded **api-key** name, and use the value from configuration file.

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! Illuminate\Html\HtmlServiceProvider is needed for api-docs and the install guide does not mention it. Maybe HTML::style should be Html::style in the index.blade.php because of the Laravel default class name convention....