warpig's avatar
Level 12

Storage folder Heroku

Or any other server, how do they work, where does the image folder goes once its deployed to a server? Is it normal that you need to relocate this folder? No uploaded image get displayed in any of my views, so im thinking it's gotta be tricky. Thanks, appreciate any comment.

0 likes
1 reply
CorvS's avatar

@warpig Heroku has a volatile file system, meaning that you can't store any files on Heroku directly. You have to use an external storage when using Heroku and you wanna be able to store files.

where does the image folder goes once its deployed to a server

By default your uploads would be stored inside storage/app.

Please or to participate in this conversation.