At first, You should create database with mysql, phpMyAdmin, HeidiSQL or another instruments to work with Database and let user create new one.
After that procedure, You should provide access to database for project.
You need to go into file /path/to/your/project/config/app.php,then look up for Da...