Skip to content

L3RAZ/prestashop-module-skeleton

 
 

Repository files navigation

PrestaShop module skeleton

PrestaShop module skeleton used for version >= 1.7.1

Getting Started

clone repository and add it to modules folder on a PrestaShop system

Prerequisites

  • composer
  • PHP >= 5.4

Installing

  1. Change both module folder and main class name to your module name.
  2. Find and replace on module scope all texts which starts with Skeleton or skeleton string to your module name.
  3. Execute composer install.
  4. If module does not appear in the list, make sure name in the constructor matches the main file and folder name and also if folders have right permissions.
  5. Install module.

License

This project is licensed under the MIT License - see the LICENSE file for details

About

PrestaShop >= 1.7.1 module skeleton

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 95.9%
  • Shell 4.1%