I have a massive project with over ~130 migrations. And i have them sorted into 4 sub folders inside the migrations folder.
Yet when i migrate using artisan. It only sorts through the base migrations folder and not its subfolders.
I think this is a useful enhancement for large projects.