frameworks - is there a practical and simple guide to install symfony on a localhost? -


i'm supposed edit existing web application built using symfony framework. have learn use symfony framework. i'm having trouble installing framework. download button in symfony.com/download/ seems broken. when click it, doesn't download anything. it's not because javascript turned off or because can still download other things.

i ended downloading file softpedia , i'm not sure if it's right file because contents different tutorial video found on youtube.

can point me correct (and working) installation file?

p.s.: 1. have never used nor installed php framework. i've developed websites using flat php , wordpress 2. don't have access command prompt because office admin isn't allowed give staff administrator privileges

thank you

direct download of symfony2 framework

if haven't access command prompt directly download symfony 2.7 package from: http://get.symfony.com/symfony_standard_vendors_2.7.0.zip

in case best way move first steps symfony use ide (like phpstorm or netbeans).

using command prompt

however, best way install , configure symfony2 project described in official documentation follows:

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

then use symfony binary build right scaffolding:

$ symfony new my_project  

Comments

Popular posts from this blog

php - Invalid Cofiguration - yii\base\InvalidConfigException - Yii2 -

How to show in django cms breadcrumbs full path? -

ruby on rails - npm error: tunneling socket could not be established, cause=connect ETIMEDOUT -