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

example-modules/api_module at master · PrestaShop/example-modules · GitHub

Latest commit

 

History

History

README.md

API Module Example

About

This example module demonstrates how to modify PrestaShop's new API.

How to install

  1. Download or clone module into modules directory of your PrestaShop installation
  2. Rename the directory to make sure that module directory is named api_module*
  3. cd into module's directory and run following commands:
    • composer install - to download dependencies into vendor folder
  4. Install module:
    • from Back Office in Module Manager
    • using the command php ./bin/console prestashop:module install api_module

* Because the name of the directory and the name of the main module file must match.

License

This module is released under the Academic Free License 3.0


Back | FazBrowse Home | New Git URL