How to work with images on a laravel project deployed with github in railway?
josuesoto23
TRIALOP

2 years ago

Hi people!
I am having a problem, my laravel project saves the images in the public folder, but how can I upload and load images immediately if the project is loaded from github? Should I redeploy the project every 5 seconds to load the images? hahaha

I dont know! It may be stupid, but I cant think of a quick solution to fix this, without chanching the way I am managing my images!

Thanks in advance

1 Replies

brody
EMPLOYEE

2 years ago

I can't think of a quick solution to fix this, without changing the way I am managing my images!

you are right, there is no quick way, my recommendation would be to use a service like Cloudinary to manage your images.


Loading...