Skip to content

Instantly share code, notes, and snippets.

@RoesWibowo
Created May 7, 2015 04:33
Show Gist options
  • Save RoesWibowo/818422cfb5e77371cf89 to your computer and use it in GitHub Desktop.
Save RoesWibowo/818422cfb5e77371cf89 to your computer and use it in GitHub Desktop.
Bash alias for my local server
alias dumpautoload="composer dump-autoload"
alias artisan="php artisan"
alias helper-generate="php artisan ide-helper:generate"
alias doctrine-orm="php cli-config.php"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment