symfony initialize the project

Learning Symfony first look at what has released version;

Now I look at two versions of the record usage:

3.4 is a long-term maintenance and stable version

4.3 is the latest version quickly and speed version

Official description: https://symfony.com/doc/3.4/contributing/community/releases.html publishing process here;

Each issued versions: https://symfony.com/roadmap#checker

Best for beginners to use 3.4 or 4.3

Tell us how to learn

First look at official documents

Then the following command:

Version 3.4: https://symfony.com/doc/3.4/setup.html 

Composer recommended installation

composer create-project symfony/framework-standard-edition my_project_name

Run php bin / console server: run

Version 4.3: https://symfony.com/doc/current/setup.html

The same composer provides two commands to install the official


the Create Project symfony-Composer / Website-Skeleton my_project_name Composer-the Create Project symfony / Skeleton my_project_name No matter which you run the command to create Symfony application. They will create a new directory to download some dependencies which, even generate the basic directories and files you need to get started. In other words, your new application is ready! If you upgrade to 3 4 to upgrade existing projects on the basis of the reference words: https://symfony.com/doc/current/setup/flex.html#flex-customize-paths ----------- ---------------------------------- more than just create a project then we can directly use the code as a learning official demo the latest version: 4.3 https://github.com/symfony/demo 3.4 version https://symfony.com/doc/3.4/setup.html can use the following version of learning

my_project_name/















https://github.com/symfony/symfony-standard

Symfony demo application that is fully functional application that shows the recommended method development Symfony application. The application is considered Symfony novice learning tool, its source code contains a lot of useful comments and annotations.


https://github.com/symfony-cmf/standard-edition

Symfony CMF standard version of the Symfony of CMF is a project to help make it easier for developers to add functionality to your CMS Symfony application. This is a Symfony CMF's initial project contains.

https://github.com/gimler/symfony-rest-edition

Symfony REST version shows how to use FOSRestBundle and several other related Bundles  build applications that provide RESTful API's  .

 

 

 

 

Guess you like

Origin www.cnblogs.com/Amos-Turing/p/11593429.html