Tag: Symfony2

  • Symfony2 New Web Project Creation On OS X

    Once symfony installer installed # Linux, Mac OS X $ symfony new project_name After doing this; new project will be created with fresh download from source.

  • Symfony2 Fresh Install On OS X

    There are many method exists, (check on official web site) for me easiest way was writing this lines on OS X terminal. $ sudo curl -LsS http://symfony.com/installer -o /usr/local/bin/symfony $ sudo chmod a+x /usr/local/bin/symfony