This commit is contained in:
Mohammed Omer 2026-03-19 03:03:00 -04:00 committed by GitHub
commit f33824874a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 13 additions and 0 deletions

View file

@ -6,6 +6,11 @@ alias bob='php artisan bob::build'
alias pas='php artisan serve'
alias pats='php artisan test'
#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'