==== Symfony ==== === console === To make it easier running the console the following bash alias function can be used. function con() { ( php bin/console $* ) } ==== Laravel ==== === phinx === To make it easier running the phinx command the following bash alias function can be used. function phinx() { ( php vendor/bin/phinx $* ) }