@@ -7,10 +7,18 @@ using `Composer <https://getcomposer.org>`_, or using
77`Git <https://git-scm.com/ >`_.
88Which is right for you?
99
10+ - We recommend the Composer installation because it keeps CodeIgniter up to date easily.
1011- If you would like the simple "download & go" install that CodeIgniter3
1112 is known for, choose the manual installation.
12- - If you plan to add third party packages to your project, or want to keep
13- CodeIgniter up to date easily, we recommend the Composer installation.
13+
14+ However you choose to install and run CodeIgniter4, the
15+ `user guide <https://codeigniter4.github.io/userguide/ >`_ is accessible online.
16+
17+ .. note :: Before using CodeIgniter 4, make sure that your server meets the
18+ :doc: `requirements </intro/requirements >`, in particular the PHP
19+ version and the PHP extensions that are needed.
20+ You may find that you have to uncomment the ``php.ini `` "extension"
21+ lines to enable "curl" and "intl", for instance.
1422
1523.. toctree ::
1624 :titlesonly:
@@ -22,12 +30,3 @@ Which is right for you?
2230 upgrading
2331 troubleshooting
2432 repositories
25-
26- However you choose to install and run CodeIgniter4, the
27- `user guide <https://codeigniter4.github.io/userguide/ >`_ is accessible online.
28-
29- .. note :: Before using CodeIgniter 4, make sure that your server meets the
30- :doc: `requirements </intro/requirements >`, in particular the PHP
31- version and the PHP extensions that are needed.
32- You may find that you have to uncomment the ``php.ini `` "extension"
33- lines to enable "curl" and "intl", for instance.
0 commit comments