i've tried File::makeDirectory('foo/any',0775,true); and its working, are you sure your passing 'foo/any'? or variable?
you could try adding "/"
File::makeDirectory('foo/any/',0775,true);
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community