Skip to content

Commit e102063

Browse files
committed
minor symfony#10481 Update Multiple_kernels.rst (Alienpruts)
This PR was squashed before being merged into the 3.4 branch (closes symfony#10481). Discussion ---------- Update Multiple_kernels.rst I would like to propose to change the following: After a change in the classmap in composer.json, I would recommend using 'composer dumpautoload', instead of doing a 'composer install'. The main reasoning behind this is that after a 'composer install' the parameters.yml file is regenerated, and your own parameters stored there are gone (learned this the hard way :) ) <!-- If your pull request fixes a BUG, use the oldest maintained branch that contains the bug (see https://symfony.com/roadmap for the list of maintained branches). If your pull request documents a NEW FEATURE, use the same Symfony branch where the feature was introduced (and `master` for features of unreleased versions). --> Commits ------- 5cd7a3a Update Multiple_kernels.rst
2 parents 40b80f2 + 5cd7a3a commit e102063

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configuration/multiple_kernels.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ to your ``composer.json`` autoload section:
119119
}
120120
}
121121
122-
Then, run ``composer install`` to dump your new autoload config.
122+
Then, run ``composer dump-autoload`` to dump your new autoload config.
123123

124124
Step 3) Define the Kernel Configuration
125125
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

0 commit comments

Comments
 (0)