SwaggerLume icon indicating copy to clipboard operation
SwaggerLume copied to clipboard

when I run "php artisan swagger-lume:publish", show error

Open zahdxj opened this issue 6 years ago • 1 comments

show error: There are no commands defined in the "swagger-lume" namespace. who can help me~


Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.

zahdxj avatar Aug 06 '19 09:08 zahdxj

Maybe You should add

$app->register(\SwaggerLume\ServiceProvider::class);

to bootstrap/app.php

gavin-k avatar Aug 16 '19 08:08 gavin-k