Skip to content

Creating Enhanced Apps

KodeStar edited this page Oct 25, 2018 · 6 revisions

First thing to do is either download the enhanced app zip from the request site. If a foundation app already exists find it and click the request enhanced app button, then download the zip. If there isn't already a request, create the request first. This is very important.

Once you have your zip, extract it to the app/SupportedApps/ folder of your dev environment.

Type php artisan register:app FolderName so if you have just extracted the Emby folder to SupportedApps you would type php artisan register:app Emby. This will register the app locally so you can develop and test locally before publishing.

An enhanced app has 3 main functions.

test()

This is for testing

livestats()

appUrl()

Clone this wiki locally