I started to build a portal, using Laravel, which has the following requirements: users, places belonging to users and classifieds belonging to users .
As each of these requirements requires images, I would like to know the best method for storing images for each of these requirements and associated with them.
My question is more based on the structure of folders to store the photos, and about the system of uploading the images in Laravel.