Move statics/ and uploads/ inside this new folder storage/.
| storage/
| --- | statics/
| --- | uploads/
Note: Inspired from Laravel 8.
Move caches/ and errors/ inside this new folder var/.
| var/
| --- | cache/
| --- | --- | arshwell/
| --- | --- | --- | monolith/
| --- | --- | --- | --- | routes.json
| --- | --- | --- | --- | ...
| --- | log/
| --- | --- | crons.log
| --- | --- | download.log
| --- | --- | index.log
Note: Inspired from Symfony 6.
Move
statics/anduploads/inside this new folderstorage/.| storage/
| --- | statics/
| --- | uploads/
Note: Inspired from Laravel 8.
Move
caches/anderrors/inside this new foldervar/.| var/
| --- | cache/
| --- | --- | arshwell/
| --- | --- | --- | monolith/
| --- | --- | --- | --- | routes.json
| --- | --- | --- | --- | ...
| --- | log/
| --- | --- | crons.log
| --- | --- | download.log
| --- | --- | index.log
Note: Inspired from Symfony 6.