Skip to content

Instantly share code, notes, and snippets.

@thekavish
Last active June 28, 2021 10:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save thekavish/4ce040e74ea32c6c83168b96e144577a to your computer and use it in GitHub Desktop.
Save thekavish/4ce040e74ea32c6c83168b96e144577a to your computer and use it in GitHub Desktop.
My aliases for git bash terminal
alias art='php artisan'
alias artop='art optimize'
alias qureta='art queue:retry all'
alias tnkr='art tinker'
alias artcl='art op:cl'
alias arts='art serve'
alias top70='cd /e/xampp7.0/htdocs'
alias top73='cd /e/xampp/htdocs'
alias top74='cd /e/xampp7.4/htdocs'
alias top80='cd /e/xampp8.0/htdocs'
alias php70="/e/xampp7.0/php/php.exe"
alias php73="/e/xampp/php/php.exe"
alias php74="/e/xampp7.4/php/php.exe"
alias php80="/e/xampp8.0/php/php.exe"
alias com70="php70 /e/Kavish/Softwares/composer_1.9.2.phar"
alias com73="php73 /e/Kavish/Softwares/composer.phar"
alias com74="php74 /e/Kavish/Softwares/composer.phar"
alias com80="php80 /e/Kavish/Softwares/composer.phar"
alias composer="php /e/Kavish/Softwares/composer.phar"
alias composer1="php /e/Kavish/Softwares/composer_1.9.2.phar"
alias laravel-dev-install="composer require barryvdh/laravel-debugbar barryvdh/laravel-ide-helper --dev"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment