By Calexo http://www.calexo.com
Basic interface for Symfony2 app console
sf2ConsoleGUI is a bash script to help managing Symfony2 projects.
-
Download sf2console.sh
-
Add it in a directory part of your PATH
- i.e. in ~/bin
- You can permanently add ~/bin in your PATH by adding this line in .bashrc :
- export PATH=$PATH:~/bin
-
Edit sf2console.sh, in the CONFIG zone :
- console_path : Path to Symfony2's app/console
- app_path : Path to your Symfony2's web app
sf2console.sh
Have a bug? Please create an issue here on GitHub!