You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-2Lines changed: 4 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -2,9 +2,11 @@
2
2
3
3
## Filestructure:
4
4
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)
6
6
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.
0 commit comments