@srikanthgopi This might sound a little over simplified, but I would suggest taking a look at Spatie's Laravel Medialibrary. The destination of the files should be dependent only on what filesystems you configure in Laravel and subsequently which filesystems you tell Medialibrary (or your code) to use.
Laravel Cloud Storage
Hello all,
I have three applications app.domain.com app1.domain.com app2.domain.com app3.domain.com all three use same database. However app2 and app3 use multiple database which is working fine and thats not the issue at all.
Issue is with the images. I want to store them onto a cloud storage system so that all the apps can have access to it. Saving it to public or storage folder on any of the apps doesnt give access to other apps....
I have read alot of articles which only show about cdn...few show about s3.
I'm developing the site on localhost. I modified hosts file and created thehealthsearch.com domain on xampp for my project. I have my live server with a shared hosting and i already own and configured the same website on live server.
-
Are there any tutorials or cloud storage platforms that can be used on both localhost xampp and live storage as i cannot develop on live hosting.
-
Could anyone tell me what's the best way to store images in this kinda scenario and which services do you recomment and any links that can help me get started
Thanks in advance
Please or to participate in this conversation.