Laravel Make Directory If Not Exists

[Solved] Laravel Make Directory If Not Exists | Php - Code Explorer | yomemimo.com
Question : laravel make directory if not exists

Answered by : relieved-raccoon-bd790mszy0t1

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

Source : | Last Update : Tue, 28 Dec 21

Answers related to laravel make directory if not exists

Code Explorer Popular Question For Php