Skip to content

Commit 506d385

Browse files
authored
Update README.md
1 parent 5c8824c commit 506d385

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
`/public/index.php` (Local) maps to `/application/public/index.php` (Container)
66

7-
The folder `/application` inside of the container is not accessible via any http methods (Browser, Postman and so on...). This is useful if you use a php framework like Laravel where you only want to expose the public/published parts.
7+
The folder `/application` inside of the container is not accessible via any http methods (Browser, Postman and so on...). This is useful if you use a php framework like Laravel where you only want to expose the public/published parts while the main application works its magic.
88

99
So if you want to access your files via Browser they have to be in the `public` folder.
1010

0 commit comments

Comments
 (0)