You don’t have a user named ‘laravel’. You should change the DB_USERNAME to the one you’re actually using to access your DB. Mostly it’s root by default so the changes in .env should be
DB_CONNECTION=mysql
DB_HOST=127.0.0.1
DB_PORT=3306
DB_DATABASE=laravel
DB_USERNAME=root
DB_PASSWORD=
