Skip to content

Adding link from di to config #1614

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 1 addition & 5 deletions components/dependency_injection/introduction.rst
Original file line number Diff line number Diff line change
Expand Up @@ -198,11 +198,7 @@ Setting Up the Container with Configuration Files
-------------------------------------------------

As well as setting up the services using PHP as above you can also use configuration
files. To do this you also need to install the Config component:

* Use the official Git repository (https://github.com/symfony/Config);
* Install it via PEAR ( `pear.symfony.com/Config`);
* Install it via Composer (`symfony/config` on Packagist).
files. To do this you also need to install :doc:`the Config Component</components/config/introduction>`.

Loading an xml config file:

Expand Down