trendwerk / migrate
Starter plugin for WordPress database migrations.
1.0.0
2015-01-30 12:41 UTC
Requires
- php: >=5.4
This package is auto-updated.
Last update: 2024-11-26 20:28:33 UTC
README
Starter plugin for WordPress database migrations.
Do not use this plugin in your production environment. It's meant for writing and running migration scripts on a development environment.
Installation
If you're using Composer to manage WordPress, you can start your project based on this repo with the command below.
composer create-project trendwerk/migrate <folder>