jsdecena / laracom

Laravel FREE E-Commerce Software

Home Page:https://jsdecena.github.io/laracom

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[2002] Connection refused

ecvii opened this issue · comments

Tried the installation process stated on the documentation page. But, ran into an error.
2022-10-11_122230

@ecvii check your .env make sure it is like this.

DB_CONNECTION=mysql
DB_HOST=db
DB_PORT=3306
DB_DATABASE=homestead
DB_USERNAME=root
DB_PASSWORD=secret

Maybe you have played around the values? Your env also must be APP_ENV=local

Got it! Thanks!