Tri Nguyen

Results 3 issues of Tri Nguyen

- Laravel Swagger Version: v0.7.x-dev - Laravel Version: 6.0.x - PHP Version: 7.3 ### Description: If there is a route with PATCH method an error will be thrown: `Undefined index:...

bug

Currently this package get all routes by calling default laravel router. Please add an ability to use custom class to get routes. Typically we will need a new config that...

enhancement
good first issue
priority

Hi, I'm finding a way to support global interceptor for websockets like http interceptor. Like this: ``` if (options && options.methods) { angular.forEach(options.methods, function (method) { Hub[method] = function ()...