Module Description
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.
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.
Module Link
Project Usage
596
Security Covered
Covered By Security Advisory
Version Available
Production
Module Summary
Migrate Scanner organizes migration files into sub-directories, keeping the migrations directory clean and providing a hook for refining the list of discovered migrations.
Data Name
migrate_scanner