You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-[Configuration - First Run](#configuration---first-run)
41
41
-[Testing (Running)](#running-the-application)
42
42
43
43
## Tools
44
44
45
-
DotKernel Frontend interface has been tested with npm v10.0.4 and Node.js v20.11.0.
45
+
Dotkernel Frontend interface has been tested with npm v10.0.4 and Node.js v20.11.0.
46
46
47
47
### Composer
48
48
@@ -53,16 +53,16 @@ Installation instructions:
53
53
54
54
> If you have never used composer before make sure you read the [`Composer Basic Usage`](https://getcomposer.org/doc/01-basic-usage.md) section in Composer's documentation
55
55
56
-
## Choosing an installation path for DotKernel`frontend`
56
+
## Choosing an installation path for Dotkernel`frontend`
57
57
58
58
Example:
59
59
60
60
- absolute path `/var/www/dk`
61
61
- or relative path `dk` (equivalent with `./dk`)
62
62
63
-
## Installing DotKernel`frontend`
63
+
## Installing Dotkernel`frontend`
64
64
65
-
After you choose the path for DotKernel Frontend (`dk` will be used for the remainder of this example), let's move onto installation.
65
+
After you choose the path for Dotkernel Frontend (`dk` will be used for the remainder of this example), let's move onto installation.
66
66
67
67
### Note
68
68
@@ -77,7 +77,7 @@ Problem 1
77
77
78
78
To enable an extension, remove the semicolon (;) in front of it.
79
79
80
-
#### Installing DotKernel`frontend` using git clone
80
+
#### Installing Dotkernel`frontend` using git clone
81
81
82
82
This method ensures that the default branch is installed, even if it is not released. Run the following command:
83
83
@@ -100,7 +100,7 @@ Please select which config file you wish to inject 'Laminas\Diactoros\ConfigProv
100
100
Make your selection (default is 1):
101
101
```
102
102
103
-
Simply select`[0] Do not inject`, because DotKernel includes its own configProvider which already contains the prompted configurations.
103
+
Simply select`[0] Do not inject`, because Dotkernel includes its own configProvider which already contains the prompted configurations.
104
104
105
105
If you choose `[1] config/config.php` Laminas's `ConfigProvider` from `session` will be injected.
106
106
@@ -137,7 +137,7 @@ Also feel free to add as many CCs as you want under the `contact` => `message_re
137
137
138
138
## Configuration - reCAPTCHA (optional)
139
139
140
-
reCAPTCHA is used to prevent abusive activities on your website. DotKernel frontend uses the Google reCAPTCHA for its contact us form.
140
+
reCAPTCHA is used to prevent abusive activities on your website. Dotkernel frontend uses the Google reCAPTCHA for its contact us form.
141
141
You must first generate a `siteKey` and `secretKey` in your Google account - [Google reCAPTCHA](https://www.google.com/recaptcha/admin)
142
142
143
143
Update the `recaptcha` array in `config/autoload/local.php` with the `siteKey` and `secretKey` from Google reCAPTCHA.
@@ -219,7 +219,7 @@ We recommend running your applications in WSL:
219
219
- set `$baseUrl` in **config/autoload/local.php** to the address of the virtualhost
220
220
- run the application by opening the virtualhost address in your browser
221
221
222
-
You should see the `DotKernel Frontend` welcome page.
222
+
You should see the `Dotkernel Frontend` welcome page.
Laminas, and consequently Dotkernel, is built around the PSR-7 standard.<br />It uses <b>Laminas Diactoros</b> as the PSR-7 implementation.
66
76
</p>
67
77
<p>
68
-
Get started with <ahref="https://github.com/php-fig/http-message"target="_blank"class="text-decoration-none">PSR-7</a> and <ahref="https://github.com/laminas/laminas-diactoros"target="_blank"class="text-decoration-none">Diactoros</a>
(<ahref="https://docs.laminas.dev/laminas-mail/"target="_blank"class="text-decoration-none">laminas-mail</a>): send emails using different transport providers
173
+
(<ahref="https://symfony.com/doc/current/mailer.html"target="_blank"class="text-decoration-none">symfony/mailer</a>): send emails using different transport providers
0 commit comments