WAPS Framework

WAPS Framework

  • Docs
  • Help
  • Blog

›Documentation

Introduction

  • Getting started
  • Project setup

Documentation

  • Guides
  • Config Guide
  • Class Guide
  • Page Guide
  • Plugin Guide
  • Framework Core Guide
  • Source & Content Guide
  • Object Guide
  • Static class Guide

API and CLI Guide

  • API & CLI Guide
  • API References
  • CLI References

Plugin Guide

Plugin introduction

The framework was built with the idea that it can also be expanded with third-party plugins. These simply have to be dragged into the appropriate folder. In the following paragraphs we will focus on the creation and structure of plugins.

Set up

Each plugin is loaded from the custom / plugin / folder. Accordingly, this must be taken into account when building paths, when it comes to plugin own resources. Every plugin has a constant basic structure:

    manifest.php
        ||
         > config > config.json

The config file is structured like the main config and the values are also generated as php constant in uppercase.

Last updated on 14.4.2020 by JosunLP
← Page GuideFramework Core Guide →
  • Plugin introduction
  • Set up
WAPS Framework
Docs
Getting StartedGuidesAPI Reference
More
BlogGitLabImpressum
Follow @JolunJonas
Copyright © 2022 WAPS Framework Team