We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cc3f1c2 + a99e5d8 commit 5a474ddCopy full SHA for 5a474dd
bundles/configuration.rst
@@ -82,8 +82,10 @@ can add some configuration that looks like this:
82
83
// config/packages/acme_social.php
84
$container->loadFromExtension('acme_social', [
85
- 'client_id' => 123,
86
- 'client_secret' => 'your_secret',
+ 'twitter' => [
+ 'client_id' => 123,
87
+ 'client_secret' => 'your_secret',
88
+ ],
89
]);
90
91
The basic idea is that instead of having the user override individual
0 commit comments