netlogix / migrations
Custom migrations for Flow Projects
Package info
github.com/netlogix/Netlogix.Migrations
Type:neos-package
pkg:composer/netlogix/migrations
2.4.0
2026-04-01 07:20 UTC
Requires
- php: >=8.0 <8.6
- doctrine/migrations: ^3.1
- neos/flow: ^8.0 || ^9.0
This package is auto-updated.
Last update: 2026-04-01 07:22:22 UTC
README
About Netlogix Migrations
Neos package for custom migration
CLI Tools
You can execute all open migrations:
./flow migrations:migrate
Or execute a single migration:
./flow migrations:execute <version> --direction=<up|down>
Please see License File for more information.