Open felipeelia opened 7 years ago
For those trying to install it with docker, the database credentials in .env must be edited to:
.env
DB_CONNECTION=mysql DB_HOST=db DB_PORT=3306 DB_DATABASE=laraquiz DB_USERNAME=laraquiz DB_PASSWORD=secret
For those trying to install it with docker, the database credentials in
.env
must be edited to: