Symfony 2.0 step by step tutorial required

PhpSymfonyJobeet

Php Problem Overview


I need tutorial about symfony 2.0.

Any links or suggestion would be appreciated.

Note: I just have a little knowledge about Jobeet tutorial and dont have a full fledged project developed on symfony.

Php Solutions


Solution 1 - Php

I am currently in the process of writing a Symfony2 tutorial for a blogging website called symblog http://tutorial.symblog.co.uk/. The first 6 parts are online, more will be coming shortly. Its aimed to be worked through similar to the Jobeet tutorial for symfony 1.

Solution 2 - Php

I'd suggest series "Create your own framework" from Fabien Potencier, the creator of Symfony2 framework. It unveils many internal things of Symfony2 and gives good understanding of it.

Solution 3 - Php

Symfony2 documentation is not Completed yet .. but you have a look on few tutorilas here http://www.dobervich.com/2011/03/03/symfony2-blog-application-tutorial-part-i-project-setup/

Attributions

All content for this solution is sourced from the original question on Stackoverflow.

The content on this page is licensed under the Attribution-ShareAlike 4.0 International (CC BY-SA 4.0) license.

Content TypeOriginal AuthorOriginal Content on Stackoverflow
QuestionShaunView Question on Stackoverflow
Solution 1 - Phpd.syph.3rView Answer on Stackoverflow
Solution 2 - PhpWayFarerView Answer on Stackoverflow
Solution 3 - PhpAbhishek JaiswalView Answer on Stackoverflow