Skip to content

Commit 47fdb6a

Browse files
author
ipranjal
committed
Merge branch 'main' of https://github.com/scrawler-labs/mvc
2 parents e2b8b37 + fb47131 commit 47fdb6a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,9 @@ composer create-project scrawler/mvc <project-name>
2626
```
2727

2828
## ✨ Folder Structure
29-
- `assets`: your css and js assets live here
29+
- `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
3032
- `config`: global configuration files, you can add your own configurations here
3133
- `storage`: app caches , file storage stays here
3234
- `tests`: pest tests for your app lives here

0 commit comments

Comments
 (0)