supportpal / plugin-skeleton

A skeleton repository for building a SupportPal plugin.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Plugin Skeleton

This repository is a skeleton for building SupportPal plugins.

Please do not directly clone this repository. Several placeholders should be replaced before it can be used correctly.

Getting Started

NOTE: Only available on SupportPal v3 and above.

Use the interactive installer to make use of this skeleton, by issuing the below command in the base directory of your SupportPal installation:

php artisan make:plugin

Once complete, read through our Plugin Development Guide to get started.

Structure

The skeleton includes the bare minimum for a basic plugin - a controller with a settings page to configure the plugin.

About

A skeleton repository for building a SupportPal plugin.


Languages

Language:PHP 88.7%Language:Twig 11.3%