Laravel database access denied
问题 I am new to Laravel and am getting an error when trying to run a simple command in the controller Article::all() . The error is: PDOException in Connector.php line 55: SQLSTATE[HY000] [1045] Access denied for user 'homestead'@'localhost' (using password: YES) Here is my .env file: APP_ENV=local APP_DEBUG=true APP_KEY=v1xavEadi4rHv0EGn05zQvtVAtQRA9zo DB_HOST=localhost DB_DATABASE=test DB_USERNAME=root DB_PASSWORD= CACHE_DRIVER=file SESSION_DRIVER=file QUEUE_DRIVER=sync MAIL_DRIVER=smtp MAIL