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 i access localhost:8000/docs: Cannot find /home/aurelio/laravel/laravelgenerator/storage/docs/api-docs.json I made all configurations, step by step, but when i generate some resource the api-docs.json is not created. obs: my storage directory is...

Hi, I have installed branch 1 on my Laravel 4.2 version i followed all steps but when i try to visit in frontend with /docs or /api-docs.json i am getting...

update support laravel5.5 auto register ServiceProvider

'Symfony\Component\Debug\Exception\FatalErrorException' with message 'Call to undefined function Swagger\scan()' in /jlapp/swaggervel/src/Jlapp/Swaggervel/routes.php:37

Removal of undefined methods setEscapedContentTags and setContentTags methods on Blade Facade.

hi @slampenny when I use this package on Laravel 5.4 then I browse to http://127.0.0.1:8000/api/docs it show error: FatalErrorException in Facade.php line 221: Call to undefined method Illuminate\View\Compilers\BladeCompiler::setEscapedContentTags() can u...

Because if my base URL is different then it might be cause problems. Same problem occur in my project so i solved it via this way. Thanks

Hi, I have a working documentation etc. on my system. When I copy the project to a remote server I get the following exception: ``` [Semantical Error] The annotation "@Swagger\Annotations\GET"...