Skip to content

Commit ee08712

Browse files
committed
docs: add note when composer installation
1 parent f4eed93 commit ee08712

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

user_guide_src/source/concepts/structure.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,9 @@ All files in this directory live under the ``App`` namespace, though you are fre
4444

4545
system
4646
------
47+
48+
.. note:: If you install CodeIgniter with Composer, the ``system`` is located in ``vendor/codeigniter4/framework/system``.
49+
4750
This directory stores the files that make up the framework, itself. While you have a lot of flexibility in how you
4851
use the application directory, the files in the system directory should never be modified. Instead, you should
4952
extend the classes, or create new classes, to provide the desired functionality.

0 commit comments

Comments
 (0)