File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed
Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -69,6 +69,9 @@ To enable an extension, remove the semicolon (;) in front of it.
6969
7070#### I. Installing DotKernel ` frontend ` using composer
7171
72+ #### NOTE
73+ > please use the below CLI commands in terminal, do NOT use the PhpStorm buttons
74+
7275The advantage of using this command is that it runs through the whole installation process. Run the following command:
7376
7477 composer create-project dotkernel/frontend -s dev dk
@@ -81,10 +84,11 @@ The setup script prompts for some configuration settings, for example the lines
8184Please select which config file you wish to inject ' Laminas\Diactoros\ConfigProvider' into:
8285 [0] Do not inject
8386 [1] config/config.php
84- Make your selection (default is 0 ):
87+ Make your selection (default is 1 ):
8588` ` `
8689
8790Simply select `[0] Do not inject` , because DotKernel includes its own configProvider which already contains the prompted configurations.
91+
8892If you choose ` [1] config/config.php` Laminas' s `ConfigProvider` from `session` will be injected.
8993
9094The next question is:
You can’t perform that action at this time.
0 commit comments