Laravel Homestead is now out, and I love using it for my Vagrant environment. That being said, sometimes configuration of third-party tools like Sequel Pro can be a bit funny.
Connecting Sequel Pro to Laravel Homestead is pretty easy. The @laravelphp Twitter account posted a tweet on May 16, 2014 that outlined how to do this by default, but sometimes tweets are hard to find, so I wanted to put it in plain text and post the image here as well so it can be Googl-ified.
Once you have Homestead set up and you have run “vagrant up” just…
- Choose “Standard” toggle at the top
- Put in the following credentials
- Name: Homestead
- Host: 127.0.0.1
- Username: homestead
- Password: secret
- Database: (optional, whatever you want if you want to directly connect)
- Port: 33060
Happy Homesteading!
Also published on Medium.