php glob multiple file with different formats in directory

98

$files = array_merge(glob(storage_path("exports/*.xlsx")),glob(storage_path("exports/*.csv")));

Comments

Submit
0 Comments