@@ -27,12 +27,12 @@ Documentation is available at: https://docs.dotkernel.org/admin-documentation/
2727[ ![ Qodana] ( https://github.com/dotkernel/admin/actions/workflows/qodana_code_quality.yml/badge.svg?branch=5.0 )] ( https://github.com/dotkernel/admin/actions/workflows/qodana_code_quality.yml )
2828[ ![ PHPStan] ( https://github.com/dotkernel/admin/actions/workflows/static-analysis.yml/badge.svg?branch=5.0 )] ( https://github.com/dotkernel/admin/actions/workflows/static-analysis.yml )
2929
30- ## Installing DotKernel ` admin `
30+ ## Installing Dotkernel ` admin `
3131
3232## Tools
3333
34- DotKernel can be installed through a single command that utilizes [ Composer] ( https://getcomposer.org/ ) . Because of that,
35- Composer is required to install DotKernel ` admin ` .
34+ Dotkernel can be installed through a single command that utilizes [ Composer] ( https://getcomposer.org/ ) . Because of that,
35+ Composer is required to install Dotkernel ` admin ` .
3636
3737### Composer
3838
@@ -44,19 +44,19 @@ Installation instructions:
4444> If you have never used composer before make sure you read
4545> the [ ` Composer Basic Usage ` ] ( https://getcomposer.org/doc/01-basic-usage.md ) section in Composer's documentation
4646
47- ## Choosing an installation path for DotKernel ` admin `
47+ ## Choosing an installation path for Dotkernel ` admin `
4848
4949Example:
5050
5151- absolute path ` /var/www/dk-admin `
5252- or relative path ` dk-admin ` (equivalent with ` ./dk-admin ` )
5353
54- ## Installing DotKernel ` admin `
54+ ## Installing Dotkernel ` admin `
5555
56- After choosing the path for DotKernel (` dk-admin ` will be used for the remainder of this example) it must be installed.
56+ After choosing the path for Dotkernel (` dk-admin ` will be used for the remainder of this example) it must be installed.
5757There are two installation methods.
5858
59- ### I. Installing DotKernel ` admin ` using composer
59+ ### I. Installing Dotkernel ` admin ` using composer
6060
6161> please use the below CLI commands in terminal, do NOT use the PhpStorm buttons
6262
@@ -73,7 +73,7 @@ The setup script prompts for some configuration settings, for example the lines
7373 [1] config/config.php
7474 Make your selection (default is 1):
7575
76- Simply select ` [0] Do not inject ` , because DotKernel includes its own configProvider which already contains the prompted
76+ Simply select ` [0] Do not inject ` , because Dotkernel includes its own configProvider which already contains the prompted
7777configurations.
7878
7979If you choose ` [1] config/config.php ` Laminas's ` ConfigProvider ` from ` session ` will be injected.
@@ -84,7 +84,7 @@ The next question is:
8484
8585Type ` y ` here, and hit ` enter `
8686
87- ### II. Installing DotKernel ` admin ` using git clone
87+ ### II. Installing Dotkernel ` admin ` using git clone
8888
8989This method requires more manual input, but it ensures that the default branch is installed, even if it is not released.
9090Run the following command:
@@ -95,7 +95,7 @@ The dependencies have to be installed separately, by running this command
9595
9696 composer install
9797
98- Just like for ` II Installing DotKernel admin using composer ` (see above), the setup asks for configuration settings
98+ Just like for ` II Installing Dotkernel admin using composer ` (see above), the setup asks for configuration settings
9999regarding injections (type ` 0 ` and hit ` enter ` ) and a confirmation to use this setting for other packages (type ` y ` and
100100hit ` enter ` )
101101
@@ -248,7 +248,7 @@ If you are still getting exceptions or errors regarding some missing services, t
248248
249249- Open a web browser and visit ` http://localhost:8080/ `
250250
251- You should see the ` DotKernel admin` login page.
251+ You should see the ` Dotkernel admin` login page.
252252
253253If you ran the migrations you will have an admin user in the database with the following credentials:
254254
0 commit comments