Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PHP

laravel make directory if not exists

if(!File::isDirectory($path)){
  File::makeDirectory($path, 0777, true, true);
}
 
PREVIOUS NEXT
Tagged: #laravel #directory #exists
ADD COMMENT
Topic
Name
4+7 =