Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
ipranjal committed Oct 17, 2024
2 parents e2b8b37 + fb47131 commit 47fdb6a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,9 @@ composer create-project scrawler/mvc <project-name>
```

## ✨ Folder Structure
- `assets`: your css and js assets live here
- `public`: this should be the webroot of your server
- `assets`: your css and js assets live here
- `public`: public file of your storage are accessable via this symlink, if this symlink is broken create one yourseld
- `config`: global configuration files, you can add your own configurations here
- `storage`: app caches , file storage stays here
- `tests`: pest tests for your app lives here
Expand Down

0 comments on commit 47fdb6a

Please sign in to comment.