Randy_Johnson's avatar

Github Image Upload Problem

I have a problem in that uploading a project leaves out all media. Is there a solution to this, maybe a website that can host images reliably.

Regards,

0 likes
4 replies
Sinnbeck's avatar

You are hosting your website on github? Can you post a link so we can inspect why it isnt working?

tykus's avatar
tykus
Best Answer
Level 104

@Randy_Johnson the files in storage/app/public are not in version control - look at the .gitignore everything is ignored except the .gitignore file itself!

Why are there files in that storage directory that you want to in version control at all?

Randy_Johnson's avatar

@tykus Ah, I get it now. I swear, I just thought Github were trying to save space on their servers. 🤣

Please or to participate in this conversation.