Skip to content

LithiumHosting/apiscp-webapp-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ApisCP MediaWiki application

This is a sort of web app framework for building web application sfor ApisCP.

Installation

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

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

<?php
	\a23r::registerModule('starter', \LithiumHosting\WebApps\Starter\Starter_Module::class);
	\Module\Support\Webapps::registerApplication('starter', \LithiumHosting\WebApps\Starter\Handler::class);

Then refresh the web apps

cpcmd webapp:refresh-apps

Voila!

Learning more

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

Releases

No releases published

Packages

No packages published