Last Updated: February 25, 2016
·
984
· jenkoian

Symfony2 console shorthand

When running commands on Symfony2 projects, you don't have to use the full name of the command, you can use the minimum amount of unique characters, kind of how git works with sha's.

For example:

Rather than...

app/console cache:clear

you can simply do...

app/console ca:c