From 16cef27eb9dea63235d0cbdbee861c85ec2a5e41 Mon Sep 17 00:00:00 2001 From: marito Date: Tue, 17 Jun 2025 01:15:40 +0000 Subject: [PATCH] document root clarity --- Lenvi.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Lenvi.yaml b/Lenvi.yaml index 821b54e..5bf68f7 100644 --- a/Lenvi.yaml +++ b/Lenvi.yaml @@ -23,7 +23,8 @@ # A list of all your projects. # - domain: Local domain to access via browser. # project_root: Base project directory (where .git or composer.json is). -# document_root: Public web directory served by Nginx (e.g., /public). +# document_root: Directory where your entrypoint (e.g., index.php) lives. +# For Laravel, this is typically /public. # php_version: PHP version for this project. # database: (Optional) Database name to create for this project.