Back to Ohmyzsh

cakephp3 plugin

plugins/cakephp3/README.md

latest463 B
Original Source

cakephp3 plugin

The plugin adds aliases and autocompletion for cakephp3.

To use it, add cakephp3 to the plugins array of your zshrc file:

plugins=(... cakephp3)

Aliases

AliasCommand
c3bin/cake
c3cachebin/cake orm_cache clear
c3migratebin/cake migrations migrate