PrestaShop module skeleton used for version >= 1.7.1
clone repository and add it to modules folder on a PrestaShop system
- composer
- PHP >= 7.1
- Change both module folder and main class name to your module name.
- Delete .git and .gitignore folder and file
- 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/ {} +
- Execute composer install.
- 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.
- Install module.
This project is licensed under the MIT License - see the LICENSE file for details