Created
May 7, 2015 04:33
-
-
Save RoesWibowo/818422cfb5e77371cf89 to your computer and use it in GitHub Desktop.
Bash alias for my local server
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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