G
G
German Zvonchuk2014-09-04 16:10:34
symfony
German Zvonchuk, 2014-09-04 16:10:34

How to understand Symfony?

Good day.
Please help me quickly understand Symfony.
I installed and I got the following in my \www\ folder:

\app\
\bin\
\src\
\vendor\
\web\

what are these folders, what is their purpose? at a cursory glance it is not clear at all.
\vendor\ - intuition suggests that third-party libraries are collected here, but the path
\www\vendor\symfony\symfony\src\Symfony\Bundle
plunges me into a hard stupor.
Also, YML files scare me, because I don’t know what they are eaten with.
In addition, at the initial stage, I would like to abandon twig .
I would be very grateful if you send me links and help me with advice on taming Symfony 2.

Answer the question

In order to leave comments, you need to log in

5 answer(s)
P
Pavel Solovyov, 2014-09-04
@pavel_salauyou

devacademy.ru/posts/series/symfony-2-joboard/, believe me, it will not work out quickly, no matter how much you want.

S
Sergey Senkevich, 2014-09-04
@ssenkevich

The most important link is symfony.com/doc/current/book/index.html , start there.
About the YAML format - symfony.com/doc/current/components/yaml/yaml_forma...

4
4ikist, 2014-09-04
@4ikist

Don't give up on twig.

M
Maxim Grechushnikov, 2014-09-04
@maxyc_webber

https://www.google.com/search?q=symfony+%D0%B4%D0%...
the first link. symfony.com/legacy/doc/jobeet/1_4/ru/01?orm=Doctrine
read

Directory Description
apps/ Contains all project applications
cache/ Framework cache
config/ Framework configuration files
lib/ Project libraries and classes
log/ Framework logs
plugins/ Installed plugins
test/ Files for unit and functional testing
web/ Root folder with web files

A
alexkhor, 2014-10-05
@alexkhor

symfony.com/doc/current/book/index.html - as already mentioned, this is the main document for learning symfony2. Everything is described in detail with examples starting from the very basics.
symfony-gu.ru/documentation/ru/html - Russian translation of the previous document.
symfony.com/doc/current/cookbook/index.html - solution for some specific tasks.
odiszapc.ru/doctrine - Doctrine2 documentation in Russian.
Read the first link, everything is clearly explained there. Understand the structure, both twig and yml are also affected there

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question