]> src.twobees.de Git - dotfiles.git/blob - stow/oh-my-zsh/.oh-my-zsh/plugins/cakephp3/README.md
...
[dotfiles.git] / stow / oh-my-zsh / .oh-my-zsh / plugins / cakephp3 / README.md
1 # cakephp3 plugin
2
3 The plugin adds aliases and autocompletion for [cakephp3](https://book.cakephp.org/3.0/en/index.html).
4
5 To use it, add `cakephp3` to the plugins array of your zshrc file:
6 ```
7 plugins=(... cakephp3)
8 ```
9
10 ## Aliases
11
12 | Alias     | Command                       |
13 |-----------|-------------------------------|
14 | c3        | `bin/cake`                    |
15 | c3cache   | `bin/cake orm_cache clear`    |
16 | c3migrate | `bin/cake migrations migrate` |