From aac7e7b77b9889431c1e05deaa8617c117aff5aa Mon Sep 17 00:00:00 2001 From: Axel DE VIGNON Date: Wed, 27 Sep 2017 17:02:48 +0200 Subject: [PATCH] Adding PHP doc --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 31184c4..314e450 100644 --- a/README.md +++ b/README.md @@ -163,6 +163,12 @@ You may also access the http://localhost:8080/mail.php page. This is a test form The Apache log files are located into the `vagrant-lamp/apache/logs` folder. +### PHP + +#### Log files + +PHP log files are located into the `vagrant-lamp/php/logs` folder. + ### Projects browser This starter kit comes with a homemade projects browser. To access this browser, simply visit http://localhost:8080 from your host Web browser. @@ -218,7 +224,6 @@ Mailcatcher is supposed to be started when the VM boots. For some reason, this i When you run a file changes watcher on the VM, the `watch` command is running on the VM but the watched files are located on the host computer and mounted using NFS on the VM. For this reason, the watcher does not always catch file changes properly. I tried to fix this issue, let me know if you come accross this matter. - ## Contributing You are welcome to help and contribute to this repository.