Skip to content

Add namespaced class support for Phinx migrations

Latest
Compare
Choose a tag to compare
@StianTorjussen StianTorjussen released this 31 Aug 12:57

This adds support for configuring Phinx migrations with namespaces.
To make use of this new feature, add the following block to the
project.ini:

[Migration]
NamespacedPaths[Namespace\Path]=extension/mysite/migrations

Multiple namespaced paths can be added if needed.