mpociot / laravel-apidoc-generator

Laravel API Documentation Generator
https://beyondco.de/docs/laravel-apidoc-generator/
MIT License
3.43k stars 614 forks source link

Issue of the execute lumen apidoc-generator #775

Open prabodhadarshani opened 4 years ago

prabodhadarshani commented 4 years ago

When I generate for my Lumen project with this command : php artisan apidoc:generate

In ApiDocGeneratorServiceProvider.php line 27: Call to undefined method Laravel\Lumen\Application::configPath()

how to resolve this?