jsdecena / laracom

Laravel FREE E-Commerce Software
https://jsdecena.github.io/laracom
1.91k stars 861 forks source link

[2002] Connection refused #289

Closed ecvii closed 1 year ago

ecvii commented 1 year ago

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

jsdecena commented 1 year ago

@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

ecvii commented 1 year ago

Got it! Thanks!