How can we add more dependencies? Via Composer. Besides “regular” Composer packages, we will work with two “special” kinds of packages: Symfony Components: Packages that implement core features and low level abstractions that most applications need (routing, HTTP client, mailer, cache, …); Symfony Bundles: Packages that add high-level features or provide integrations with third-party libraries. https://symfony.com/doc/current/the-fast-track/en/5-debug.html#installing-more-dependencies #Symfony
Leave a Reply