Skip to content

Commit 1672873

Browse files
committed
Automated deployment: Fri Dec 12 10:50:23 UTC 2025 0.1.5
1 parent 85f2c05 commit 1672873

File tree

5 files changed

+11
-7
lines changed

5 files changed

+11
-7
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -430,5 +430,5 @@ <h5 class="modal-title">Search</h5>
430430

431431
<!--
432432
MkDocs version : 1.6.1
433-
Build Date UTC : 2025-12-10 15:07:05.897842+00:00
433+
Build Date UTC : 2025-12-12 10:50:23.302572+00:00
434434
-->

search/search_index.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

sitemap.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,22 +2,22 @@
22
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
33
<url>
44
<loc>https://docs.dotkernel.org/tutorial-101/</loc>
5-
<lastmod>2025-12-10</lastmod>
5+
<lastmod>2025-12-12</lastmod>
66
</url>
77
<url>
88
<loc>https://docs.dotkernel.org/tutorial-101/v1/chapter-1/</loc>
9-
<lastmod>2025-12-10</lastmod>
9+
<lastmod>2025-12-12</lastmod>
1010
</url>
1111
<url>
1212
<loc>https://docs.dotkernel.org/tutorial-101/v1/chapter-2/</loc>
13-
<lastmod>2025-12-10</lastmod>
13+
<lastmod>2025-12-12</lastmod>
1414
</url>
1515
<url>
1616
<loc>https://docs.dotkernel.org/tutorial-101/v1/chapter-3/</loc>
17-
<lastmod>2025-12-10</lastmod>
17+
<lastmod>2025-12-12</lastmod>
1818
</url>
1919
<url>
2020
<loc>https://docs.dotkernel.org/tutorial-101/v1/introduction/</loc>
21-
<lastmod>2025-12-10</lastmod>
21+
<lastmod>2025-12-12</lastmod>
2222
</url>
2323
</urlset>

sitemap.xml.gz

1 Byte
Binary file not shown.

v1/chapter-1/index.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -305,6 +305,10 @@ <h2 id="composer-requirements">Composer Requirements</h2>
305305
<p><code>phpstan/phpstan-doctrine (dev requirement)</code></p>
306306
<p>An extension for PHPStan that improves static analysis for Doctrine.
307307
It understands entity metadata, repositories, and common Doctrine patterns, helping catch errors during development.</p>
308+
<h3 id="update-composer-dependencies">Update Composer Dependencies</h3>
309+
<p>Run the following command to install the new required packages:</p>
310+
<pre class="highlight"><code class="language-shell">composer update</code></pre>
311+
<p>The command should be run whenever we change anything in our <code>composer.json</code> file.</p>
308312
<h2 id="setting-up-doctrine">Setting Up Doctrine</h2>
309313
<p>After successfully installing our dependencies, we now need to configure our Doctrine instance.</p>
310314
<h3 id="declare-your-database">Declare your database</h3>

0 commit comments

Comments
 (0)