Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
arhimede authored May 14, 2024
1 parent a86567f commit 4bd0b64
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,9 @@ To enable an extension, remove the semicolon (;) in front of it.

#### I. Installing DotKernel `frontend` using composer

#### NOTE
> please use the below CLI commands in terminal, do NOT use the PhpStorm buttons
The advantage of using this command is that it runs through the whole installation process. Run the following command:

composer create-project dotkernel/frontend -s dev dk
Expand All @@ -81,10 +84,11 @@ The setup script prompts for some configuration settings, for example the lines
Please select which config file you wish to inject 'Laminas\Diactoros\ConfigProvider' into:
[0] Do not inject
[1] config/config.php
Make your selection (default is 0):
Make your selection (default is 1):
```
Simply select `[0] Do not inject`, because DotKernel includes its own configProvider which already contains the prompted configurations.
If you choose `[1] config/config.php` Laminas's `ConfigProvider` from `session` will be injected.
The next question is:
Expand Down

0 comments on commit 4bd0b64

Please sign in to comment.