I want to know if this work on Laravel 5.6?
yes
I am on Laravel 5.6. I added the composer dependency and got the following error while running it.
According to the doc I don't need to register the AppServiceProvider. Not sure what I am doing wrong.
There are no commands defined in the "api" namespace.
Did you mean this?
app
same issue with L 5.5, tried to clear the cache without success.
Use the branch dev-master to enable auto registration of the service provider.
when route divided into web and api. laravel-apidoc-generator have annoying problems. and this project is more more more more more behind the step of laravel developing.
@dominique-bureau how to clear cache?
guys try installing with
composer require mpociot/laravel-apidoc-generator:dev-master
For now, please use the dev-master constraint for auto-registering of the service provider
Most helpful comment
I am on Laravel 5.6. I added the composer dependency and got the following error while running it.
According to the doc I don't need to register the AppServiceProvider. Not sure what I am doing wrong.
There are no commands defined in the "api" namespace.
Did you mean this?
app