File tree Expand file tree Collapse file tree
user_guide_src/source/installation Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -9,6 +9,12 @@ A CodeIgniter 4 app can be run in a number of different ways: hosted on a web se
99using virtualization, or using CodeIgniter's command line tool for testing.
1010This section addresses how to use each technique, and explains some of the pros and cons of them.
1111
12+ .. important :: You should always be careful about the case of filenames. Many
13+ developers develop on case-insensitive file systems on Windows or macOS.
14+ However, most server environments use case-sensitive file systems. If the
15+ file name case is incorrect, code that works locally will not work on the
16+ server.
17+
1218If you're new to CodeIgniter, please read the :doc: `Getting Started </intro/index >`
1319section of the User Guide to begin learning how to build dynamic PHP applications. Enjoy!
1420
You can’t perform that action at this time.
0 commit comments