File tree Expand file tree Collapse file tree
user_guide_src/source/concepts Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -8,8 +8,8 @@ can change to meet the needs of your application.
88Default 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 ``.
1313Each of these directories has a very specific part to play.
1414
1515app
@@ -75,11 +75,6 @@ This directory is set up to hold your test files. The ``_support`` directory hol
7575utilities that you can use while writing your tests. This directory does not need to be transferred to your
7676production servers.
7777
78- docs
79- ----
80- If this directory is part of your project, it holds a local copy of the CodeIgniter4
81- User Guide.
82-
8378Modifying Directory Locations
8479-----------------------------
8580
You can’t perform that action at this time.
0 commit comments