NAME

Prancer::Plugin

SYNOPSIS

This should be the base class for all plugins used with Prancer. It provides the convenience methods shown below to plugins that inherit from it.

METHODS

config

Returns the application's current configuration. See Prancer::Config for more details on how to use this method. This method be called statically or as an instance method. This method will die if Prancer::Core has not been initialized.