User Tools

Site Tools


programming:frameworks

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 $* )
}
programming/frameworks.txt ยท Last modified: 2022/06/10 19:19 by 127.0.0.1