I need to create a specific folder inside a folder already created by $file->store()
. I however lack the permissions I need to set for Laravel to correctly work with it some later time. Is it only this?:
mkdir($dir, 0777, ...)
It's just that whenever I read 777
something tells me this ain't right. So, may it be 755
for Laravel? Running under Windows.