55

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.

Elnur Abdurrakhimov
  • 44,533
  • 10
  • 148
  • 133
Shaun
  • 2,313
  • 7
  • 36
  • 43
  • Tutorials provided on the official Symfony website are pretty good. This question only proves you didn't do your research before posting. – EmilCataranciuc Apr 04 '18 at 15:07

3 Answers3

43

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.

d.syph.3r
  • 2,215
  • 1
  • 19
  • 14
  • i followed it. it's an excellent introduction. when do you think you'll be able to put up the seventh part on auth? – scc Oct 31 '11 at 10:12
  • 1
    I tried your tutorial and founded incomplete. About the bundle configuration, some information missing. I couldn't finish your step by step tutorial. I've got everything corrupt, the example didn't run as expected, and I followed every instruction carefully. I can't vote you down because of my rating but you get my -1 till you fix it. – matt Mar 28 '12 at 21:40
  • @matt Could you please open an issue on the github repository explaining the problems you had? I will look into this. https://github.com/dsyph3r/symblog-docs/issues – d.syph.3r Mar 29 '12 at 20:04
  • @d.syph.3r done! Let me know if I didn't explain my self correctly! – matt Mar 29 '12 at 23:46
  • That tutorial is amazing, sadly it was never finished. Does anyone know about any other great tutorial like this ? – Mollo Dec 18 '14 at 18:06
12

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.

j0k
  • 22,600
  • 28
  • 79
  • 90
WayFarer
  • 1,040
  • 11
  • 19
4

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/

Abhishek Jaiswal
  • 2,524
  • 1
  • 21
  • 24