Any symfony2 tutorials for beginners?

I am new to symfony2. Now I am working on a symfony2 project. So I need some tutorials for building sites using Symfony2 and xampp with mysql. You do not need a single welcome textbook on the type of world.

+6
source share
2 answers

I learned Symfony2 from the excellent Symblog tutorial series. I found it remarkably deep and easy to use.

+4
source

I think the best way to learn Symfony2 is to first read the tutorial mentioned above, such as Symblog or Joobet, and then fork the repo of one github application that was created using this structure and playing with it. The symfony documentation will also help you.

There is an excellent book at www.symfony.es, but only in Spanish.

0
source

Source: https://habr.com/ru/post/922441/


All Articles