PHPJunior / laravel-video-chat-demo

Laravel Video Chat using Socket.IO and WebRTC ( Demo )
85 stars 58 forks source link

Error while running "php artisan migrate --seed". #8

Closed danylokiz closed 6 years ago

danylokiz commented 6 years ago

The error while I'm running "php artisan migrate --seed" is

[Illuminate\Database\QueryException] SQLSTATE[HY000] [1045] Access denied for user 'forge'@'localhost' (using password: NO) (SQL: select * from information_schema.tables where table_schema = forge and table_name = migrations) [PDOException] SQLSTATE[HY000] [1045] Access denied for user 'forge'@'localhost' (using password: NO)

I don't understand why I get it because my php version is 5.5 and I install npm and other stuff. Please help!

danylokiz commented 6 years ago

Guys, I've solved it. U have to change database.php file a bit.