Migrate Scanner
256 sites
Security covered
This module scans directories recursively to find migration files, which helps organize large custom migration projects by allowing you to group them into sub-directories. It also offers a hook to further customize the discovered migrations.
Migrate Scanner provides a recursive directory scanner for migrations files.
It helps to organize migration files into sub-directories and keep your migrations directory nice and clean, which might be useful for large custom migrations. See the example below:
migrations
- foo
- foo_bar.yml
- foo_foo.yml
- bar
- baz
- bar_baz.yml
As a bonus, it provides a hook, that can be used to refine a list of discovered migrations. Please follow the hook documentation and examples.
There are no UI and configuration options - you just need to enable the module.