Hasan Setiawan

Write, write, write give your wings on code!

Follow me on GitHub

Installing new Symfony project

Install the Symfony installer

              
                $ sudo curl -LsS https://symfony.com/installer -o /usr/local/bin/symfony
                $ sudo chmod a+x /usr/local/bin/symfony
              
            

Creating the Symfony new application

Your can very easy to specify the Symfony version when you installed.

              
                $ symfony new my_project_name 2.8.1