mirror of
https://github.com/robbyrussell/oh-my-zsh.git
synced 2026-02-13 04:40:59 +01:00
added test commands
This commit is contained in:
@@ -5,6 +5,11 @@ alias bob='php artisan bob::build'
|
||||
# Development
|
||||
alias pas='php artisan serve'
|
||||
|
||||
#test
|
||||
alias pat="php artisan test"
|
||||
alias pu="vendor/bin/phpunit"
|
||||
alias puf="vendor/bin/phpunit --filter"
|
||||
|
||||
# Database
|
||||
alias pam='php artisan migrate'
|
||||
alias pamf='php artisan migrate:fresh'
|
||||
|
||||
Reference in New Issue
Block a user