Installation
Composer (recommended)#
Does require ProcessWire 2.8+
Run the following command in the root of your project and install the module via the backend after that:
composer require lostkobrakai/migrations
Adding the module via composer has the benefit, that all dependencies (CLI) are automatically installed as well.
If you don't have composer installed, have a look here on how to get it: Composer Installation
Modules Directory#
- Log in to your ProcessWire admin and go to the Modules page.
- Go to the New tab and expand the Add Module From Directory section.
- Enter the Module Class Name: Migrations
- Click the Download and Install button.
Other#
If those above do not work for you use one of the other methods explained here:
How-To Install or Uninstall Modules