Home  >  Article  >  Backend Development  >  shan15

shan15

WBOY
WBOYOriginal
2016-07-29 09:16:19865browse

Symfony is a PHP framework based on MVC, the latest version is 2.7

How it works

Two methods to install Symfony

1. Use composer to install

1) Download composer http:// getcomposer.org/Composer-Setup.exe installation

2) Call the system command line

>php composer.phar create-project symfony/framework-standard-edition /path/to/webroot/Symfony <span>'</span><span>~2.6</span>

(use composer help create-project to get more help)

2 Official website download

1) Install symfony Installation on Linux and Mac OS X

rreeee

Installlation on Windows

$ sudo curl -LsS http:<span>//</span><span>symfony.com/installer -o /usr/local/bin/symfony</span>$ sudo chmod a+x /usr/local/bin/symfony

Put the downloaded files to the folder to be installed.

The above has introduced shan15, including various aspects. I hope it will be helpful to friends who are interested in PHP tutorials.

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn