codinc/prestashop-module-integration

A collection of tools to assist in integrating modules on Prestashop

dev-master 2018-02-09 13:10 UTC

This package is not auto-updated.

Last update: 2024-09-18 04:38:46 UTC


README

This project focuses on getting a basic toolset to improve module integration on Prestashop.

At a base it started with getting modules converted from a Prestashop 1.6 to a 1.7 way of working.

Usage

This package introduces a command to assist with upgrading the database based on the definitions given in a certain module.

php app/console codinc:module:upgrade:database {moduleName}

Once triggered you will first get an output of the changes in the database that need to be executed to support the module followed with a question to apply them immediately or not.