I have installed Laravel 5 successfully and changed MySQL credentials in database.php file in config directory to \'
mysql\' => [ \'driver\'
Open terminal on XAMPP > go to /opt/lampp/htdocs/project_name > run php artisan migrate
/opt/lampp/htdocs/project_name
php artisan migrate
.env file
DB_CONNECTION=mysql DB_HOST=localhost DB_PORT=8080 DB_DATABASE=database_name DB_USERNAME=root DB_PASSWORD=