Last Updated: February 25, 2016
·
740
· gastonnina

shortcut to clear cache in symfony2

This works in ubuntu

sudo gedit /home/yourUser/.bashrc

add at the end this alias

alias sfcc='php app/console cache:clear'

when you restar your session this command will work in your terminal just type sfcc in order to clear cache

sfcc