Skip to content

Commit ebda766

Browse files
committed
docs: add user guide
1 parent ed179df commit ebda766

File tree

2 files changed

+19
-0
lines changed

2 files changed

+19
-0
lines changed

user_guide_src/source/changelogs/v4.5.0.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ Commands
2828
:ref:`cli-generators-make-test` for the details.
2929
- Added ``spark config:check`` command to check Config values. See
3030
:ref:`confirming-config-values` for the details.
31+
- Added ``spark phpini:check`` command to check important PHP ini settings. See
32+
:ref:`spark-phpini-check` for the details.
3133
- Added ``spark lang:find`` command to update translations keys. See :ref:`generating-translation-files-via-command` for the details.
3234
- The ``--dbgroup`` option has been added to the ``spark db:table`` command.
3335
See :ref:`Database Commands <db-command-specify-the-dbgroup>`.

user_guide_src/source/installation/running.rst

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,23 @@ you will need to modify the permissions for the **writable** folder inside
7474
your project, so that it is writable by the user or account used by your
7575
web server.
7676

77+
.. _spark-phpini-check:
78+
79+
Checking PHP ini Settings
80+
=========================
81+
82+
.. versionadded:: 4.5.0
83+
84+
PHP ini settings change the behaviors of PHP. CodeIgniter provides a command to
85+
check important PHP settings.
86+
87+
.. code-block:: console
88+
89+
php spark phpini:check
90+
91+
The *Recommended* column shows the recommended values for production environment.
92+
They may differ in development environments.
93+
7794
************************
7895
Local Development Server
7996
************************

0 commit comments

Comments
 (0)