slampenny / Swaggervel

Swagger for Laravel
492 stars 176 forks source link

Failed to browse api/docs with Laravel v5.4+ because of deprecated function #91

Closed skys215 closed 6 years ago

skys215 commented 6 years ago

Hi,

I'm using swaggervel right now under Laravel v5.5 and found that I cannot browse the api/docs because of the usage of deprecated function setContentTags in routes.php

The deprecated function was disccused here: https://github.com/laravel/framework/issues/17736