X-Git-Url: https://src.twobees.de/?a=blobdiff_plain;f=stow%2Foh-my-zsh%2F.oh-my-zsh%2Fplugins%2Flaravel%2FREADME.md;fp=stow%2Foh-my-zsh%2F.oh-my-zsh%2Fplugins%2Flaravel%2FREADME.md;h=0000000000000000000000000000000000000000;hb=1a8e170bbe5c6641a26ab1ce2e6ce6c5c1faa4cd;hp=95f59019159a78215f2d59aefe4c89d0372dff2f;hpb=475ba35502579302593f4735c853c49ef1845dcb;p=dotfiles.git diff --git a/stow/oh-my-zsh/.oh-my-zsh/plugins/laravel/README.md b/stow/oh-my-zsh/.oh-my-zsh/plugins/laravel/README.md deleted file mode 100644 index 95f5901..0000000 --- a/stow/oh-my-zsh/.oh-my-zsh/plugins/laravel/README.md +++ /dev/null @@ -1,57 +0,0 @@ -# Laravel - -This plugin adds aliases and autocompletion for Laravel [Artisan](https://laravel.com/docs/artisan) and [Bob](http://daylerees.github.io/laravel-bob/) command-line interfaces. - -``` -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` | -| `pamfa` | `php artisan make:factory` | -| `pamp` | `php artisan make:policy` | -| `pame` | `php artisan make:event` | -| `pamj` | `php artisan make:job` | -| `paml` | `php artisan make:listener` | -| `pamn` | `php artisan make:notification` | - -## Clears - -| Alias | Description | -|:-:|:-:| -| `pacac` | `php artisan cache:clear` | -| `pacoc` | `php artisan config:clear` | -| `pavic` | `php artisan view:clear` | -| `paroc` | `php artisan route:clear` | - -## Queues - -| Alias | Description | -|:-:|:-:| -| `paqf` | `php artisan queue:failed` | -| `paqft` | `php artisan queue:failed-table` | -| `paql` | `php artisan queue:listen` | -| `paqr` | `php artisan queue:retry` | -| `paqt` | `php artisan queue:table` | -| `paqw` | `php artisan queue:work` |