barrelstrength/sprout-base-reports

Common reports libraries for Sprout Plugins for Craft CMS

1.5.15 2022-11-16 16:17 UTC

README

A collection of common reports classes and libraries for the Sprout Plugins Suite for Craft CMS.

Resources

  • Report issues to the Sprout Reports plugin repository.
  • Pull Requests should reference an open issue in the Sprout Reports plugin repository

Usage

Include Sprout Base Reports in your Sprout plugin composer.json file:

{
  "require": {
    "barrelstrength/sprout-base-reports": "^1.0.0"
  }
}

See this article on Creating a Yii Module for Craft 3 for an example of how to load the Sprout Base Yii Module to the Craft::$app instance and create controllers and variables.