Skip to content

Commit 9827fea

Browse files
committed
[#10480] reuse wording from multi kernel article
1 parent 4e2b59f commit 9827fea

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

configuration/micro_kernel_trait.rst

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -126,13 +126,7 @@ your ``composer.json`` file to load from there:
126126
}
127127
}
128128
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-
129+
Then, run ``composer dump-autoload`` to dump your new autoload config.
136130

137131
Now, suppose you want to use Twig and load routes via annotations. Instead of
138132
putting *everything* in ``index.php``, create a new ``app/AppKernel.php`` to

0 commit comments

Comments
 (0)