We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f4eed93 commit ee08712Copy full SHA for ee08712
1 file changed
user_guide_src/source/concepts/structure.rst
@@ -44,6 +44,9 @@ All files in this directory live under the ``App`` namespace, though you are fre
44
45
system
46
------
47
+
48
+.. note:: If you install CodeIgniter with Composer, the ``system`` is located in ``vendor/codeigniter4/framework/system``.
49
50
This directory stores the files that make up the framework, itself. While you have a lot of flexibility in how you
51
use the application directory, the files in the system directory should never be modified. Instead, you should
52
extend the classes, or create new classes, to provide the desired functionality.
0 commit comments