Skip to content

TransparentEdge/prestashop_plugin

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PrestaShop module for TransparentEdge CDN

GitHub license

About

The Prestashop transparentedge module allows you to invalidate TrasparentEdge CDN cache internally when updating categories, products and clear PrestaShop cache.

Installation and configuration

  1. Create local packages folder (you need to be in Prestashop root folder):
mkdir -p ./modules/transparentedge
  1. Clone repository to created folder
git clone [email protected]:TransparentEdge/prestashop_plugin ./modules/transparentedge
  1. Install Prestashop module
php bin/console prestashop:module install transparentedge
  1. Run composer dumpautoload in module root folder
composer dumpautoload -d ./modules/transparentedge
  1. Flush Prestashop cache
php bin/console cache:clear

Also, you can install it manually by downloading the latest release on https://github.com/TransparentEdge/prestashop_plugin/releases and uploading it through the Module manager page of your Backoffice.

Requirements

This module requires PrestaShop 8 or higher, and it won't install on lower versions like PrestaShop 1.7 or 1.6.

Reporting issues

You can report issues in the module's repository. [Click here to report an issue][report-issue].

About

No description, website, or topics provided.

Resources

License

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 100.0%