I have a project that have 3 modules and each is running on subdomain like
All three are pointed to different directories but on the same server. When I uplaod file from http://operator.myproject.com, it is moved in /var/www/html/operator/uploads/{{operator_id}}/picture_name.jpg, when I do from admin, it is moved in /var/www/html/admin/uploads/{{id}}/picture_name.jpg
From http://myproject.com, is there any way to upload all the files to any centralized directory on server that is accessible by all projects and I can download the files easily??
I am using Laravel
as a backend