Skip to content

Commit 5c8824c

Browse files
authored
Update README.md
1 parent 3db3097 commit 5c8824c

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,11 @@
22

33
## Filestructure:
44

5-
The folder `/application` inside of the container is not accessible via any http methods, this is useful if you use a php framework like Laravel where you only want to expose the public parts: `/application/public/index.php`.
5+
`/public/index.php` (Local) maps to `/application/public/index.php` (Container)
66

7-
This means `/public/index.php` maps to `/application/public/index.php
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.
8+
9+
So if you want to access your files via Browser they have to be in the `public` folder.
810

911
# TODO's
1012
Finish this readme file :)

0 commit comments

Comments
 (0)