codedungeon
4/10/2015 - 6:12 PM

Handy Homestead Aliases

Handy Homestead Aliases

I had to create the following alias so that I could properly access Homestead (despite it being in my $PATH).  You can add these aliaes to wherever you store your bash aliases.

alias homestead="~/.composer/vendor/bin/homestead"

Here are a few aliases I use when working with Homestead (beats typing `homestead` all the time)

alias hs="homestead status"
alias hssh="homestead ssh"
alias hu="homestead up"