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.
1 parent d8f9b70 commit c69eab4Copy full SHA for c69eab4
bundles/configuration.rst
@@ -92,8 +92,10 @@ allow users to configure it with some configuration that looks like this:
92
93
// app/config/config.php
94
$container->loadFromExtension('acme_social', [
95
- 'client_id' => 123,
96
- 'client_secret' => 'your_secret',
+ 'twitter' => [
+ 'client_id' => 123,
97
+ 'client_secret' => 'your_secret',
98
+ ],
99
]);
100
101
The basic idea is that instead of having the user override individual
0 commit comments