Skip to content

LithiumHosting/apiscp-webapp-opencart

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ApisCP OpenCart application

OpenCart 1-click Application for ApisCP.

Installation

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

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

<?php
	\a23r::registerModule('opencart', \LithiumHosting\WebApps\OpenCart\OpenCart_Module::class);
	\Module\Support\Webapps::registerApplication('opencart', \LithiumHosting\WebApps\OpenCart\Handler::class);

Then refresh the web apps

cpcmd webapp:refresh-apps

Voila!

Learning more

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

About

An OpenCart web app for ApisCP

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published