PrestaShop module skeleton used for version >= 1.7.1
clone repository and add it to modules folder on a PrestaShop system
- composer
- PHP >= 5.4
- Change both module folder and main class name to your module name.
- Find and replace on module scope all texts which starts with Skeleton or skeleton string to your module name.
- 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