Skip to content

Latest commit

 

History

History
29 lines (22 loc) · 794 Bytes

README.md

File metadata and controls

29 lines (22 loc) · 794 Bytes

ApisCP PrestaShop application

PrestaShop 1-click Application for ApisCP.

Installation

cd /usr/local/apnscp
mkdir -p config/custom/webapps
git clone https://github.com/LithiumHosting/apiscp-webapp-prestashop config/custom/webapps/prestashop
./composer dump-autoload -o

Edit config/custom/boot.php, create if not exists:

<?php
	\a23r::registerModule('prestashop', \LithiumHosting\WebApps\PrestaShop\PrestaShop_Module::class);
	\Module\Support\Webapps::registerApplication('prestashop', \LithiumHosting\WebApps\PrestaShop\Handler::class);

Then refresh the web apps

cpcmd webapp:refresh-apps

Voila!

Learning more

All third-party documentation is available via docs.apiscp.com.