I have installed Laravel 5 successfully and changed MySQL credentials in database.php file in config directory to \'
mysql\' => [ \'driver\'
This works to me:
php artisan config:clear php artisan cache:clear php artisan config:cache
Thanks.