Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
O
oh-my-zsh
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
JIRA
JIRA
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
github
oh-my-zsh
Commits
729339c7
Unverified
Commit
729339c7
authored
Oct 03, 2018
by
Luiz Guilherme Fonseca Rosa
Committed by
GitHub
Oct 03, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update laravel.plugin.zsh
Add some laravel aliases
parent
0fdb911d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
23 additions
and
0 deletions
+23
-0
laravel.plugin.zsh
plugins/laravel/laravel.plugin.zsh
+23
-0
No files found.
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