mtrajano / laravel-swagger

Auto generates the swagger documentation of a laravel project based on best practices and simple assumptions
167 stars 71 forks source link

When using --filter the config option basePath it's ignored #58

Open pildit opened 3 years ago

pildit commented 3 years ago

Even if i set in my config/laravel-swagger.php 'basePath' => '/api',

after running

php artisan laravel-swagger:generate --filter="/api/development_plans" > development_plans.json

the resulting file contains paths with /api included