I get an error when uploading an image and I think it must be a permissions issue. I'm fairly sure I've managed to set up the permissions correctly but I can seem to get the rid of the following error...
Exception in Local.php line 106:
Impossible to create the root directory "/tmp/phpTabBw1".
I've set 755 on the storage and bootstrap folders.
It works fine on my local machine through MAMP Pro
Fairly new to Laravel so perhaps I've done something wrong. the image should get resized using Glide after upload but I don't know if that is relevant.
The resources directory and all the directories beneath it have the same permissions as the storage directory (I did not set those, they just seem to be like that by default).
The error suggest it is having trouble creating a directory in the tmp directory.
I'm not sure where to go from here. Clearly I have a logic problem somewhere.