Skip to content

Commit 92eca19

Browse files
authored
Merge pull request #5347 from kenjis/fix-docs-structure.rst
docs: fix structure.rst
2 parents 075d2b3 + ee08712 commit 92eca19

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

user_guide_src/source/concepts/structure.rst

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ can change to meet the needs of your application.
88
Default Directories
99
===================
1010

11-
A fresh install has six directories: ``/app``, ``/system``, ``/public``,
12-
``/writable``, ``/tests`` and possibly ``/docs``.
11+
A fresh install has five directories: ``/app``, ``/public``,
12+
``/writable``, ``/tests`` and ``/system`` or ``/vendor``.
1313
Each of these directories has a very specific part to play.
1414

1515
app
@@ -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.
@@ -75,11 +78,6 @@ This directory is set up to hold your test files. The ``_support`` directory hol
7578
utilities that you can use while writing your tests. This directory does not need to be transferred to your
7679
production servers.
7780

78-
docs
79-
----
80-
If this directory is part of your project, it holds a local copy of the CodeIgniter4
81-
User Guide.
82-
8381
Modifying Directory Locations
8482
-----------------------------
8583

0 commit comments

Comments
 (0)