Skip to content

Commit f74f1a6

Browse files
committed
Update requirements in user guide
1 parent 7ce020b commit f74f1a6

2 files changed

Lines changed: 12 additions & 1 deletion

File tree

user_guide_src/source/installation/index.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ Installation
44

55
CodeIgniter4 can be installed manually, or using Composer.
66

7+
.. note:: Before using CodeIgniter, make sure that your server meets the
8+
:doc:`requirements </intro/requirements>`.
9+
710
Manual Installation
811
===================
912

user_guide_src/source/intro/requirements.rst

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,15 @@
22
Server Requirements
33
###################
44

5-
`PHP <http://php.net/>`_ version 7.1 or newer is required, with the *intl* extension installed. `Why 7.1 <https://gophp71.org/>`_?
5+
`PHP <http://php.net/>`_ version 7.1 or newer is required, with the
6+
`*intl* extension <http://php.net/manual/en/intl.requirements.php>`_
7+
installed. `Why 7.1 <https://gophp71.org/>`_?
8+
9+
The following PHP extensions should be enabled on your server:
10+
``php-json``, ``php-mbstring``, ``php-mysqlnd``, `php-xml``
11+
12+
In order to use the :doc:`CURLRequest </libraries/curlrequest>`, you will need
13+
`libcurl <http://php.net/manual/en/curl.requirements.php>`_ installed.
614

715
A database is required for most web application programming.
816
Currently supported databases are:

0 commit comments

Comments
 (0)