From 8a98481cde5a889cf3288e1e4d25bdb86885e426 Mon Sep 17 00:00:00 2001 From: Bert Van de Casteele Date: Sat, 13 Oct 2018 09:24:43 +0200 Subject: [PATCH 1/2] 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 :) ) --- configuration/multiple_kernels.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configuration/multiple_kernels.rst b/configuration/multiple_kernels.rst index b6359a99bda..cfc5a6605f5 100644 --- a/configuration/multiple_kernels.rst +++ b/configuration/multiple_kernels.rst @@ -119,7 +119,7 @@ to your ``composer.json`` autoload section: } } -Then, run ``composer install`` to dump your new autoload config. +Then, run ``composer dumpautoload`` to dump your new autoload config. Step 3) Define the Kernel Configuration ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ From 3ff9100eb91c3820757eee2c86a1983d9c1c0aa2 Mon Sep 17 00:00:00 2001 From: Bert Van de Casteele Date: Sun, 11 Nov 2018 13:38:40 +0100 Subject: [PATCH 2/2] Update multiple_kernels.rst --- configuration/multiple_kernels.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configuration/multiple_kernels.rst b/configuration/multiple_kernels.rst index cfc5a6605f5..59bf51b5103 100644 --- a/configuration/multiple_kernels.rst +++ b/configuration/multiple_kernels.rst @@ -119,7 +119,7 @@ to your ``composer.json`` autoload section: } } -Then, run ``composer dumpautoload`` to dump your new autoload config. +Then, run ``composer dump-autoload`` to dump your new autoload config. Step 3) Define the Kernel Configuration ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~