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
Ohmyzsh
Commits
c2113d7c
Unverified
Commit
c2113d7c
authored
Oct 02, 2018
by
Luiz Guilherme Fonseca Rosa
Committed by
GitHub
Oct 02, 2018
Browse files
Create Laravel plugin README
parent
729339c7
Changes
1
Hide whitespace changes
Inline
Side-by-side
plugins/laravel/README.md
0 → 100644
View file @
c2113d7c
# Laravel
Enable some cool aliases for Laravel
[
artisan console
](
https://laravel.com/docs/5.7/artisan
)
. To use it, add
`laravel`
to the plugins array of your zshrc file:
```
plugins=(... laravel)
```
| Alias | Description |
|:-:|:-:|
|
`artisan`
|
`php artisan`
|
|
`pas`
|
`php artisan serve`
|
## Database
| Alias | Description |
|:-:|:-:|
|
`pam`
|
`php artisan migrate`
|
|
`pamf`
|
`php artisan migrate:fresh`
|
|
`pamfs`
|
`php artisan migrate:fresh --seed`
|
|
`pamr`
|
`php artisan migrate:rollback`
|
|
`pads`
|
`php artisan db:seed`
|
## Makers
| Alias | Description |
|:-:|:-:|
|
`pamm`
|
`php artisan make:model`
|
|
`pamc`
|
`php artisan make:controller`
|
|
`pams`
|
`php artisan make:seeder`
|
|
`pamt`
|
`php artisan make:test`
|
## Clears
| Alias | Description |
|:-:|:-:|
|
`pacac`
|
`php artisan cache:clear`
|
|
`pacoc`
|
`php artisan config:clear`
|
|
`pavic`
|
`php artisan view:clear`
|
|
`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