mo-ry
mo-ry
I am using dev-master but when I visit "http://my-laravel-project/api-docs" I get this error. `NotFoundHttpException in RouteCollection.php line 161:` any help?
when I visit /docs I get this error. `NotFoundHttpException in Application.php line 879: Cannot find /home/ubuntu/workspace/my-application/storage/docs/api-docs.json`
I installed Laravel 5.2.13 and add Jlapp\Swaggervel\SwaggervelServiceProvider like below. ``` App\Providers\EventServiceProvider::class, Jlapp\Swaggervel\SwaggervelServiceProvider::class, App\Providers\RouteServiceProvider::class, ``` But I still get the same error. I only see `api/docs` and `docs/{page?}`. When I visit...
Thanks very much. I will check other tools