Skip to content

Commit 4bd0b64

Browse files
authored
Update README.md
1 parent a86567f commit 4bd0b64

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff 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+
7275
The 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
8184
Please 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
8790
Simply select `[0] Do not inject`, because DotKernel includes its own configProvider which already contains the prompted configurations.
91+
8892
If you choose `[1] config/config.php` Laminas's `ConfigProvider` from `session` will be injected.
8993
9094
The next question is:

0 commit comments

Comments
 (0)