public function createDirecrotory($path) { if(!File::isDirectory($path)){ File::makeDirectory($path, 0777, true, true); } }