HI i want to connect Laravel with postgres database.
when i run
php artisan migrate
it gives me this error.
[Illuminate\Database\QueryException]
SQLSTATE[08006] [7] expected authentication request from server, but received J (SQL: select * from information_schema.tables where table_schema = public and table_name = migrations)
[Doctrine\DBAL\Driver\PDOException]
SQLSTATE[08006] [7] expected authentication request from server, but received J