How to connect to PostgreSQL database with Laravel Homestead?
Try this one,
psql -U homestead -h localhost <DB Name>
After that, it will ask for password, enter secret. That's it.
Try this one,
psql -U homestead -h localhost <DB Name>
After that, it will ask for password, enter secret. That's it.