I'm getting a permission error when I try to run my app.
This is the function triggering it.
mkdir($filepath, \Config::get('file.chmod.folders', 0777), true);
I can't seem to find the file that has incorrect permissions. Can anyone please shed some light on this?
Thanks!