File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -59,6 +59,9 @@ After choosing the path for DotKernel (`dk-admin` will be used for the remainder
5959
6060#### I. Installing DotKernel ` admin ` using composer
6161
62+ #### NOTE
63+ > please use the below CLI commands in terminal, do NOT use the PhpStorm buttons
64+
6265The advantage of using this command is that it runs through the whole installation process. Run the following command:
6366
6467 composer create-project dotkernel/admin -s dev dk
@@ -71,10 +74,11 @@ The setup script prompts for some configuration settings, for example the lines
7174 Please select which config file you wish to inject 'Laminas\Diactoros\ConfigProvider' into:
7275 [0] Do not inject
7376 [1] config/config.php
74- Make your selection (default is 0 ):
77+ Make your selection (default is 1 ):
7578
7679
7780Simply select ` [0] Do not inject ` , because DotKernel includes its own configProvider which already contains the prompted configurations.
81+
7882If you choose ` [1] config/config.php ` Laminas's ` ConfigProvider ` from ` session ` will be injected.
7983
8084The next question is:
You can’t perform that action at this time.
0 commit comments