Skip to content

Commit

Permalink
Merge pull request laradock#3528 from erikn69/patch-26
Browse files Browse the repository at this point in the history
Workspace: add new aliases
  • Loading branch information
bestlong authored Jul 17, 2024
2 parents c2b7f0d + 8633d48 commit 0c8cef2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions workspace/aliases.sh
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,11 @@ alias rollback="php artisan migrate:rollback"
alias seed="php artisan db:seed"
alias serve="php artisan serve --quiet &"

alias pint="./vendor/bin/pint"
alias pest="./vendor/bin/pest"
alias phpstan="./vendor/bin/phpstan"
alias php-cs-fixer="./vendor/bin/php-cs-fixer"

alias phpunit="./vendor/bin/phpunit"
alias pu="phpunit"
alias puf="phpunit --filter"
Expand Down

0 comments on commit 0c8cef2

Please sign in to comment.