Skip to content
This repository has been archived by the owner on Feb 3, 2020. It is now read-only.

SebSept/PrestashopModuleBuilder

Repository files navigation

PrestashopModuleBuilder

PrestashopModuleBuilder is a tool to help you code Prestashop modules.

What does it do ?

It just produce a php file with the structure for your module.

It can help you save time in the first step writing a module.

Demo

You can test and use it.

Developpement mode vs Production mode

To switch from developpement mode (no cache, display errors) to production mode (cache, errors not displayed), just change the file to redirect all requests in /web/.htaccess (index_dev.php vs index_prod.php)

Improvements

There is lot to do, I have ideas, maybe you have...

Changelog

see changelog.