Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
Oh My Zsh
Commits
729339c7
Unverified
Commit
729339c7
authored
Oct 02, 2018
by
Luiz Guilherme Fonseca Rosa
Committed by
GitHub
Oct 02, 2018
Browse files
Update laravel.plugin.zsh
Add some laravel aliases
parent
0fdb911d
Changes
1
Hide whitespace changes
Inline
Side-by-side
plugins/laravel/laravel.plugin.zsh
View file @
729339c7
#!zsh
alias
artisan
=
'php artisan'
alias
bob
=
'php artisan bob::build'
# Development
alias
pas
=
'php artisan serve'
# Database
alias
pam
=
'php artisan migrate'
alias
pamf
=
'php artisan migrate:fresh'
alias
pamfs
=
'php artisan migrate:fresh --seed'
alias
pamr
=
'php artisan migrate:rollback'
alias
pads
=
'php artisan db:seed'
# Makers
alias
pamm
=
'php artisan make:model'
alias
pamc
=
'php artisan make:controller'
alias
pams
=
'php artisan make:seeder'
alias
pamt
=
'php artisan make:test'
# Clears
alias
pacac
=
'php artisan cache:clear'
alias
pacoc
=
'php artisan config:clear'
alias
pavic
=
'php artisan view:clear'
alias
paroc
=
'php artisan route:clear'
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment