I am building a project which requires daily image uploads by the administrator. I think that storing all that images in a vps will quickly lead to problems. I need to store and easily fetch my photos and display them to the users.
Has anyone tried this before.?What options do I have? I was thinking about Flickr..
Please, if you answer provide me a laravel package (with good documentation) as well.
If you need storage, do this with AWS . Laravel out of the box already supports this disk . (See Laravel documentation -> Flysystems and also Jeffrey's tutorial videos) .
Another option is to simply use the local storage , which means the server on which you are hosting. Again see docs and videos . This would not lead to any problems if you have sufficient space.
@maitrefrantz thank you very much..I will test this out. Can you provide me some titles of Jeff's tutorials though..? I search aws or amazon and I get nothing