Hi Friend's need help how can be move all uploaded files to E drive using laravel this is my code
$test ="E:" ;
$path="checklist/uploads";
$destinationPath = $test . "/$path/";
if(!file_exists($destinationPath)){
mkdir($destinationPath);
}
via Chebli Mohamed
Aucun commentaire:
Enregistrer un commentaire