Skip to content

Instantly share code, notes, and snippets.

@ilya-dev
Created March 29, 2014 16:53
Show Gist options
  • Save ilya-dev/9857908 to your computer and use it in GitHub Desktop.
Save ilya-dev/9857908 to your computer and use it in GitHub Desktop.
Some very useful Laravel aliases to have in your .bashrc or .zshrc file
alias art="php artisan"
alias art_set_env="sed -i 's/your-machine-name/`hostname`/g' bootstrap/start.php"
@ilya-dev
Copy link
Author

art_set_env allows you to quickly change your environment to local

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment