mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-26 21:51:05 +01:00
Add make migration for laravel
Added php artisan make:migration for laravel
This commit is contained in:
parent
068feca15d
commit
92b5e198d7
1 changed files with 1 additions and 0 deletions
|
@ -24,6 +24,7 @@ alias pamj='php artisan make:job'
|
||||||
alias paml='php artisan make:listener'
|
alias paml='php artisan make:listener'
|
||||||
alias pamn='php artisan make:notification'
|
alias pamn='php artisan make:notification'
|
||||||
alias pampp='php artisan make:provider'
|
alias pampp='php artisan make:provider'
|
||||||
|
alias pammm='php artisan make:migration'
|
||||||
|
|
||||||
|
|
||||||
# Clears
|
# Clears
|
||||||
|
|
Loading…
Reference in a new issue