File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed
user_guide_src/source/installation Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -47,6 +47,15 @@ Namespaces
4747Application Structure
4848=====================
4949
50+ .. important ::
51+ **index.php ** is no longer in the root of the project! It has been moved inside
52+ the **public ** folder, for better security and separation of components.
53+
54+ This means that you should configure your web server to "point" to your project's
55+ **public ** folder, and not to the project root.
56+
57+ If you would use Shared Hosting, see :ref: `deployment-to-shared-hosting-services `.
58+
5059- The **application ** folder is renamed as **app ** and the framework still has **system ** folders,
5160 with the same interpretation as before.
5261- The framework now provides for a **public ** folder, intended as the document root for your app.
You can’t perform that action at this time.
0 commit comments