Skip to content

Commit

Permalink
feat(laravel): add artisan test alias (pats) (ohmyzsh#12310)
Browse files Browse the repository at this point in the history
  • Loading branch information
rezsk authored and lukaselmer committed Apr 16, 2024
1 parent adfdf15 commit 8817ea2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions plugins/laravel/README.md
Expand Up @@ -10,6 +10,7 @@ plugins=(... laravel)
|:-:|:-:|
| `artisan` | `php artisan` |
| `pas` | `php artisan serve` |
| `pats` | `php artisan test` |

## Database

Expand Down
1 change: 1 addition & 0 deletions plugins/laravel/laravel.plugin.zsh
Expand Up @@ -4,6 +4,7 @@ alias bob='php artisan bob::build'

# Development
alias pas='php artisan serve'
alias pats='php artisan test'

# Database
alias pam='php artisan migrate'
Expand Down

0 comments on commit 8817ea2

Please sign in to comment.