Skip to content

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 >= 7.1

Installing

  1. Change both module folder and main class name to your module name.
  2. Delete .git and .gitignore folder and file
  3. Find and replace on module scope all texts which starts with Skeleton and skeleton string to your module name.
  • MACOSX:

  • LC_ALL=C find . -type f -name '.' -exec sed -i '' s/Skeleton/Modulename/ {} +

  • LC_ALL=C find . -type f -name '.' -exec sed -i '' s/skeleton/modulename/ {} +

  1. Execute composer install.
  2. 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.
  3. Install module.

License

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

About

Prestashop 1.7.6 Module Skeleton

Resources

Stars

3 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages