Skip to content

Commit c35c30a

Browse files
committed
docs: add note for case-sensitive file systems in installation/running.rst
1 parent e92a9f6 commit c35c30a

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

user_guide_src/source/installation/running.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,12 @@ A CodeIgniter 4 app can be run in a number of different ways: hosted on a web se
99
using virtualization, or using CodeIgniter's command line tool for testing.
1010
This 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+
1218
If you're new to CodeIgniter, please read the :doc:`Getting Started </intro/index>`
1319
section of the User Guide to begin learning how to build dynamic PHP applications. Enjoy!
1420

0 commit comments

Comments
 (0)