📅  最后修改于: 2022-03-11 14:54:05.690000             🧑  作者: Mango
$filesName = \File::files(base_path().'\database\migrations\\');
$arr = [];
foreach ($filesName as $file) {
$ex = explode("\\" , $file);
array_push($arr , $ex[count($ex) - 1]);
}