I have a directory called photos with read, write & delete permissions for itself and it's enclosed items.
I use the Laravel's method move() in order to upload the file inside the directory i mentioned above. The upload process is finishing without any errors, but my problem is that the permissions of each uploaded file are limited and i cannot use the Laravel's delete() method so i can completely remove the uploaded file from my directory.