Skip to content

Commit

Permalink
Added aliases for Laravel and PHP commands (#56)
Browse files Browse the repository at this point in the history
  • Loading branch information
CaddyDz authored Jun 9, 2024
1 parent c93acc8 commit a1be3f7
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .aliases
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,12 @@ alias pop="git stash pop"
# ZSH
alias zshconf="vim ~/.zshrc"

# Laravel
# Laravel & PHP
alias art="php artisan"
alias tinker="php artisan tinker"
alias c="composer"
alias db="php artisan migrate:fresh --seed"
alias format="vendor/bin/php-cs-fixer fix --allow-risky=yes"

# Docker
# Delete all containers
Expand Down

0 comments on commit a1be3f7

Please sign in to comment.