Skip to content

Commit 249e463

Browse files
committed
Deployed 41f9292 with MkDocs version: 1.6.1
1 parent 6e9642f commit 249e463

File tree

8 files changed

+88
-87
lines changed

8 files changed

+88
-87
lines changed

getting-started/requirements/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -384,6 +384,7 @@ <h2 id="minimum-requirements">Minimum Requirements</h2>
384384
<li><code>openssl</code></li>
385385
<li><code>filter</code></li>
386386
<li><code>tokenizer</code></li>
387+
<li><code>xml</code></li>
387388
<li><code>pdo</code></li>
388389
<li>One of:<ul>
389390
<li><code>pdo-mysql</code></li>

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -462,5 +462,5 @@ <h2 id="license-and-disclaimer">License and Disclaimer</h2>
462462

463463
<!--
464464
MkDocs version : 1.6.1
465-
Build Date UTC : 2025-07-31 17:54:02.857775+00:00
465+
Build Date UTC : 2025-08-01 19:17:27.499876+00:00
466466
-->

installation/centos/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -386,7 +386,7 @@ <h1 id="centosrhel-installation">CentOS/RHEL Installation</h1>
386386
<p>This guide will help you install Poweradmin on CentOS, RHEL, and other RHEL-based distributions like Rocky Linux or AlmaLinux.</p>
387387
<h2 id="prerequisites">Prerequisites</h2>
388388
<p>Ensure you have the following PHP extensions installed:</p>
389-
<pre><code class="language-bash">dnf install -y php php-intl php-gettext php-pdo php-fpm
389+
<pre><code class="language-bash">dnf install -y php php-intl php-gettext php-pdo php-xml php-fpm
390390
</code></pre>
391391
<h3 id="database-support">Database Support</h3>
392392
<p>Install the appropriate PHP database driver based on your preferred database:</p>

installation/debian/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -386,7 +386,7 @@ <h1 id="debian-installation">Debian Installation</h1>
386386
<p>This guide will help you install Poweradmin on Debian systems (Debian 12 or later recommended).</p>
387387
<h2 id="prerequisites">Prerequisites</h2>
388388
<p>Ensure you have the following PHP extensions installed:</p>
389-
<pre><code class="language-bash">apt install php php-intl php-php-gettext php-tokenizer php-fpm
389+
<pre><code class="language-bash">apt install php php-intl php-php-gettext php-tokenizer php-xml php-fpm
390390
</code></pre>
391391
<h3 id="database-support">Database Support</h3>
392392
<p>Install the appropriate PHP database driver based on your preferred database:</p>

installation/ubuntu/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -386,7 +386,7 @@ <h1 id="ubuntu-installation">Ubuntu Installation</h1>
386386
<p>This guide will help you install Poweradmin on Ubuntu systems.</p>
387387
<h2 id="prerequisites">Prerequisites</h2>
388388
<p>Ensure you have the following PHP extensions installed:</p>
389-
<pre><code class="language-bash">apt install php php-intl php-php-gettext php-tokenizer php-fpm
389+
<pre><code class="language-bash">apt install php php-intl php-php-gettext php-tokenizer php-xml php-fpm
390390
</code></pre>
391391
<h3 id="database-support">Database Support</h3>
392392
<p>Install the appropriate PHP database driver based on your preferred database:</p>

search/search_index.json

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

0 commit comments

Comments
 (0)