FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

example-modules/example_module_mailtheme at master · topfuel75/example-modules · GitHub

Latest commit

 

History

History
 
 

README.md

example_module_mailtheme

Example module to add a Mail theme to PrestaShop.

Requirements

This module requires PrestaShop 1.7.6 to work correctly.

Install

$ cd {PRESTASHOP_FOLDER}/modules
$ git clone git@github.com:PrestaShop/example_module_mailtheme.git
$ cd example_module_mailtheme
$ composer install
$ cd {PRESTASHOP_FOLDER}
$ php ./bin/console prestashop:module install example_module_mailtheme

Build assets

Build assets for production

$ npm install
$ npm run build

Build assets for development

$ npm install
$ npm run watch

Back | FazBrowse Home | New Git URL