I am creating my very first project and I want to use my local php environment instead of Hemestead. I created the project and now I have to create the database. I'mtrying to follow the steps of this link "https://laravel.com/docs/5.1/quickstart" and want to execute this command: php artisan migrate. When executing I take this error:
Access denied for user 'homestead'@'localhost' (using password: YES)
I read this: Access denied for user 'homestead'@'localhost' (using password: YES) but I don't understand something. What to put instead of:
DB_HOST=yourHostName
DB_DATABASE=yourDatabaseName
DB_USERNAME=yourDatabaseUsername
DB_PASSWORD=youPassword
So how to find my database name, hostname etc? I repeat I am not using Homestead.