Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

philipbaginski's avatar

Upload Laravel Nova to server

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?

0 likes
2 replies
judev's avatar

do you have refresh your .env configuration with php artisan cache:clear or php artisan clear:cache

Please or to participate in this conversation.