Level 1
do you have refresh your .env configuration with php artisan cache:clear or php artisan clear:cache
Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.
Hi everyone! I uploaded Laravel Nova app to server and: Laravel works, the path to /nova works, but when I try to log in I have an error:
Illuminate\Database\QueryException
SQLSTATE[28000] [1045] Access denied for user 'xxx'@'localhost' (using password: YES) (SQL: select * from users where email = xxx@yyy limit 1)
Credential of database in .env file fill up.
Any idea?
Please or to participate in this conversation.