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 fd4daa4 + 8f52a21 commit a99e5d8Copy full SHA for a99e5d8
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