I have a question: I am looking to deploy my app to Laravel Forge. Now my app does save images locally on the server, but when I scale my app and add load balancers, I think saving images on different servers isn't a good practice.
Because when one server goes down, some of the images wont load for example.
How could I do this in a good manner?