File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed
user_guide_src/source/installation Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,15 @@ Which is right for you?
1111- If you would like the simple "download & go" install that CodeIgniter3
1212 is known for, choose the manual installation.
1313
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.
22+
1423.. toctree ::
1524 :titlesonly:
1625
@@ -21,12 +30,3 @@ Which is right for you?
2130 upgrading
2231 troubleshooting
2332 repositories
24-
25- However you choose to install and run CodeIgniter4, the
26- `user guide <https://codeigniter4.github.io/userguide/ >`_ is accessible online.
27-
28- .. note :: Before using CodeIgniter 4, make sure that your server meets the
29- :doc: `requirements </intro/requirements >`, in particular the PHP
30- version and the PHP extensions that are needed.
31- You may find that you have to uncomment the ``php.ini `` "extension"
32- lines to enable "curl" and "intl", for instance.
You can’t perform that action at this time.
0 commit comments