1

How can I change the working directory from within a Symfony Console Application?

For instance:

/var/www/path/to/something@MyMacBook$ symfonyapp go:root
Success
/var/www@MyMacBook$
Arek van Schaijk
  • 1,432
  • 11
  • 34
  • Wont work that way. You try to change the working directory from the current comand line that you are working on, `symfonyapp` will open its on process and shell (check with `ps -af`). It is possible to do that with BASH, but i dont thing you can do this with `symfonyapp` – JustOnUnderMillions Dec 21 '16 at 16:18
  • http://stackoverflow.com/a/9168022/1220930 – Timurib Dec 21 '16 at 16:22

0 Answers0