We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cff8db3 commit ee5b087Copy full SHA for ee5b087
1 file changed
user_guide_src/source/concepts/structure.rst
@@ -75,6 +75,7 @@ public
75
76
The **public** folder holds the browser-accessible portion of your web application,
77
preventing direct access to your source code.
78
+
79
It contains the main **.htaccess** file, **index.php**, and any application
80
assets that you add, like CSS, javascript, or images.
81
@@ -97,8 +98,9 @@ tests
97
98
99
This directory is set up to hold your test files. The **_support** directory
100
holds various mock classes and other utilities that you can use while writing
-your tests. This directory does not need to be transferred to your production
101
-servers.
+your tests.
102
103
+This directory does not need to be transferred to your production servers.
104
105
Modifying Directory Locations
106
*****************************
0 commit comments