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

前端 未结 7 2113
北荒
北荒 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:07

    Make changes in the database.php file in **config > local >database.php rather than change config > database.php file.

    hope it will work ;)

提交回复
热议问题