Closed fdbatista closed 1 year ago
Indeed, the package connects to the database to retrieve the model fields to display on the docs
But it shouldn't connect after installing, it should do it when running 'generate'.
On Wed, 22 Jun 2022, 7:42 pm MEZATSONG TSAFACK Carrel, < @.***> wrote:
Indeed, the package connects to the database to retrieve the model fields to display on the docs
— Reply to this email directly, view it on GitHub https://github.com/Mezatsong/laravel-swagger-docs/issues/2#issuecomment-1163771778, or unsubscribe https://github.com/notifications/unsubscribe-auth/ACXNUY5MP6K6OJLYLAKIF6LVQOQHNANCNFSM5ZJFFWXQ . You are receiving this because you authored the thread.Message ID: @.***>
Yes, you are right, it will fix it during this week
@fdbatista Fixed
@Mezatsong Hi man.
I am getting this error right after
composer require mezatsong/laravel-swagger-docs
.Looks like the package is trying to make use of some DB connection. I don't have Composer installed on my computer. I run this command via Docker image:
docker run --rm --interactive --tty --volume $PWD:/app composer:latest require mezatsong/laravel-swagger-docs