netlogix / migrations
Custom migrations for Flow Projects
Package info
github.com/netlogix/Netlogix.Migrations
Type:neos-package
pkg:composer/netlogix/migrations
2.3.0
2025-02-05 17:34 UTC
Requires
- php: >=8.0 <8.5
- doctrine/migrations: ^3.1
- neos/flow: ^8.0 || ^9.0
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.