Questions tagged as 'yml'

0
answers

Can you create a services.yml for each class?

I have a question with Symfony 2.7 ak try to modulate my services. I edit the app / config / config.yml file to import the services of my Bundle imports: - { resource: '@AppBundle/Resources/config/services.yml' I have a service on...
asked by 16.07.2018 / 14:00
1
answer

How to show the age of a person in Symfony with twig

I have this PHP code that works but I would like to be able to use the same but within twig in symfony. <?php $cumpleanos = new DateTime("1982-06-03"); $hoy = new DateTime(); $annos = $hoy->diff($cumpleanos); echo $annos-...
asked by 31.05.2018 / 01:07
1
answer

Can the yml file paths be combined with annotations in symfony?

I am working on a project that has been started, and at the time it was started it was advised and a configuration file .yml was used for the routes, however nowadays it is easier, using the annotations My question is if there i...
asked by 13.03.2018 / 17:13