We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e2b8b37 + fb47131 commit 47fdb6aCopy full SHA for 47fdb6a
README.md
@@ -26,7 +26,9 @@ composer create-project scrawler/mvc <project-name>
26
```
27
28
## ✨ Folder Structure
29
-- `assets`: your css and js assets live here
+- `public`: this should be the webroot of your server
30
+ - `assets`: your css and js assets live here
31
+ - `public`: public file of your storage are accessable via this symlink, if this symlink is broken create one yourseld
32
- `config`: global configuration files, you can add your own configurations here
33
- `storage`: app caches , file storage stays here
34
- `tests`: pest tests for your app lives here
0 commit comments