I can connect to the Homestead MySQL database no problem with:
vagrant@homestead:~$ mysql -uhomestead -psecret
What's the equivalent command for connecting to the Postgres database?
psql -U homestead -h localhost
it will prompt for the password.
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community