install Composer
composer create-project symfony/skeleton:"^5.4" my_project_directory
cd my_project_directory
composer require webapp
php -S 127.0.0.1:8000 -t public
http://127.0.0.1:8000/
adresine gidiyoruz.
1- https://symfony.com/doc/5.4/controller.html#a-basic-controller
3- https://symfony.com/doc/5.4/templates.html
When using the foo.bar notation, Twig tries to get the value of the variable in the following order:
7. If none of the above exists, use null (or throw a Twig\Error\RuntimeError exception if the strict_variables option is enabled).
4- https://symfony.com/doc/5.4/forms.html#installation
5- https://symfony.com/doc/5.4/doctrine.html