Ларавел делает каталог, если не существует

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