, 23 2017 . 16:52
+
.
Symfony 3 bin/, src/, var/, - . . , Symfony 4 .
tests/
tests/. tests/ . Symfony 4, ( ) . :
{
"autoload": {
"psr-4": {
"App\\": "src/"
}
},
"autoload-dev": {
"psr-4": {
"App\\Tests\\": "tests/"
}
}
}
templates/
Twig, templates/ , . , Resources, (css, js ..) , . , tpl/, . , src/ . src/ . Kernel, app/, src/ .
etc/
etc/ app/config. , parameters.yml, . etc/ container.yaml (yaml , Symfony 4 YAML, yaml, yml) . routing.yaml. . , Composer, .
: YAML, XML, PHP. , etc/ bundles.php, , .
//bundles.php
https://habrahabr.ru/post/331516/
:
author shude
symfony
php
symfony 4