Skip to content

A skeleton repository for building a SupportPal plugin.

Notifications You must be signed in to change notification settings

supportpal/plugin-skeleton

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.