codinc / prestashop-module-integration
A collection of tools to assist in integrating modules on Prestashop
Package info
github.com/CodincBe/prestashopModuleIntegration
pkg:composer/codinc/prestashop-module-integration
Requires
- php: >=5.3.9
- doctrine/dbal: ~2.4
- doctrine/orm: ^2.5
- symfony/console: ~2.8
- symfony/framework-bundle: ~2.8
This package is not auto-updated.
Last update: 2026-03-18 11:36:25 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.