How to Install Symfony 2.8 under Ubuntu 16.04?
$ sudo curl -LsS https://symfony.com/installer -o /usr/local/bin/symfony $ sudo chmod a+x /usr/local/bin/symfony This will create a global symfony command in your system. — $ symfony new my_project_name // $ symfony new blog use the most recent version in any Symfony… Read moreHow to Install Symfony 2.8 under Ubuntu 16.04?