Laravel Make Directory sinon existe

if(!File::isDirectory($path)){
  File::makeDirectory($path, 0777, true, true);
}
Relieved Raccoon