How to configure a service

In the previous topic, we got the mava_util service and used its methods to fetch user projects and tasks with various statuses. How does a service container construct a service? In other words, where are the configurations defined?

As developers, we give instructions on how to construct and return a service via the config.yml file. We can put the instructions directly in the config.yml file or somewhere else (that is, services.yml) and import them to config.yml.

Keep in mind that if you defined your services in a bundle, no further configuration is required and they will be loaded automatically. We will read more about this soon.

Open the mava/src/AppBundle/resources/config/services.yml file and note the definition for ...

Get Mastering Symfony now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.