How to connect to PostgreSQL database to Laravel project

preview_player
Показать описание
In this tutorial, You will get learn how to connect to PostgreSQL database to Laravel project

Thank You For Visiting My Channel.
****** Subscribe & Support ******

#Laravel #PostgreSQL #DB-Connection
Рекомендации по теме
Комментарии
Автор

Very straight forward, thanks so much!

WilsonTandeka
Автор

Thank you, you're the best <3

MrMistery
Автор

straight to the point, if you've faced an error after doing everything on databases.php
that means you don't have php-pgsql yet, go ahead install those with your respective repository

iusearchbtw
Автор

Thank you very much, I looked through a bunch of information and couldn’t solve the problem. This video helped solve the problem instantly. Thanks to the author and I wish him success😊

trt
Автор

Hey! Thank you very much! Helped me a lot!

dandaramattozo
Автор

concise. straight to the point. Very good video bro. Thanks for sharing.

peterluo
Автор

Hello, if i already created a project using laravel as a backend on mysql can i still use this method to migrate my table? and will it break my project? thanks!

ravlyandryan
Автор

You do everything good at first time in .env file with db configuration, only you need to do is config:clear, optimize:clear, and .env file get effect

zeal
Автор

Never put password into databse.php file, use .env

zeal
Автор

SQLSTATE[08006] [7] timeout expired, check if the ports are the same in postgres and put the two ports correctly in the project

artemisiakimberllymarquesd