Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 734 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 734 Bytes

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