LaravelDaily / Laraquiz-QuickAdminPanel

Laravel 5.6 based quiz system - generated with QuickAdmin https://quickadminpanel.com
http://laraquiz.com
226 stars 144 forks source link

Docker installation #10

Open felipeelia opened 7 years ago

felipeelia commented 7 years ago

For those trying to install it with docker, the database credentials in .env must be edited to:

DB_CONNECTION=mysql
DB_HOST=db
DB_PORT=3306
DB_DATABASE=laraquiz
DB_USERNAME=laraquiz
DB_PASSWORD=secret