Laravel-apidoc-generator: Laravel 5.6

Created on 30 May 2018  路  8Comments  路  Source: mpociot/laravel-apidoc-generator

I want to know if this work on Laravel 5.6?

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

All 8 comments

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

Was this page helpful?
0 / 5 - 0 ratings