codinc / prestashop-module-integration
A collection of tools to assist in integrating modules on Prestashop
Installs: 6
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
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: 2025-12-10 10:29:37 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.