2017 © Pedro Peláez
 

library driver-magento1

The Magento 1 transformation component

image

swiftotter/driver-magento1

The Magento 1 transformation component

  • Wednesday, May 3, 2017
  • by JosephMaxwell
  • Repository
  • 2 Watchers
  • 0 Stars
  • 164 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

Driver: Magento 1 Transformations

A database task-runner

For more information about how Driver works, see https://github.com/SwiftOtter/Driver., (*1)

How to use these modules:

composer require swiftotter/driver-magento1

In your project's root directory (the one where vendor is), create a new folder called config.d. Create a file inside config.d called config.yaml., (*2)

Your directory structure should now look something like:, (*3)

  • composer.json
  • composer.lock
  • config.d/
    • config.yaml
  • vendor/
    • swiftotter/
      • driver
      • driver-magento1

In config.yaml, add the following lines:, (*4)


pipelines: default: - name: global-commands actions: - name: m1-clear-customers sort: 50 - name: m1-clear-logs sort: 60 - name: m1-clear-orders sort: 70 - name: m1-clear-quotes sort: 80 - name: m1-clear-reports sort: 90 - name: m1-clear-common sort: 100 - name: m1-clear-swiftotter sort: 110

Each of the actions above has a name. m1-clear-customers is an example of such a name. This could have been automatic, but Driver is designed with customization over convention. You need to decide where you want these commands to execute. That said, the above template is a great starting place., (*5)

The Versions

03/05 2017

dev-master

9999999-dev

The Magento 1 transformation component

  Sources   Download

The Requires

 

08/03 2017

1.0

1.0.0.0

The Magento 1 transformation component

  Sources   Download

The Requires

 

13/01 2017

v0.1

0.1.0.0

The Magento 1 transformation component

  Sources   Download

The Requires