Laravel: SQLSTATE[28000] [1045] Access denied for user 'homestead'@'localhost'

前端 未结 7 2075
北荒
北荒 2020-12-16 01:45

I just installed laravel and made a migration. But when i try to run it i get this error:

[PDOException]                                                              


        
相关标签:
7条回答
  • 2020-12-16 02:23

    i got the same issue after creating laravel project. The authentication command run successfully.

     php artisan make:auth
    

    But when i try to register or login i got the same error. I run the following command

        php artisan config:clear
    

    then stopped laravel application and also my server. after restarting my laravel app and server everything was ok.

    0 讨论(0)
提交回复
热议问题