Laravel.io
λ php artisan migrate

  [PDOException]
  SQLSTATE[HY000] [1045] Access denied for user 'testuser'@'localhost' (using password: YES)


λ php artisan env
Current application environment: local

λ less .env

APP_ENV=local
APP_DEBUG=true
APP_KEY=*
APP_URL=http://localhost

DB_CONNECTION=mysql
DB_HOST=127.0.0.1
DB_PORT=3306
DB_DATABASE=testdb
DB_USERNAME=testuser
DB_PASSWORD=*

Please note that all pasted data is publicly available.