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 4e2b59f commit 9827feaCopy full SHA for 9827fea
configuration/micro_kernel_trait.rst
@@ -126,13 +126,7 @@ your ``composer.json`` file to load from there:
126
}
127
128
129
-Before going any further, you need to regenerate the autoload files! Your changes in the "autoload"
130
-section of the ``composer.json`` file will not be in effect until you run the following command:
131
-
132
-.. code-block:: bash
133
134
- $ composer dump-autoload
135
+Then, run ``composer dump-autoload`` to dump your new autoload config.
136
137
Now, suppose you want to use Twig and load routes via annotations. Instead of
138
putting *everything* in ``index.php``, create a new ``app/AppKernel.php`` to
0 commit comments