Hi,
I was having an issue on OSX where the '.DS_Store' files where messing with the Dir::read() function. I solved with:
if ($file == '.' OR $file == '..' OR $file == ".DS_Store")
But this probably should be changed to require a .php extension in the future
Hi,
I was having an issue on OSX where the '.DS_Store' files where messing with the Dir::read() function. I solved with:
But this probably should be changed to require a .php extension in the future