barrelstrength/sprout-base
Common libraries for Sprout Plugins for Craft CMS
Maintainers
Package info
github.com/barrelstrength/sprout-base
Type:yii-module
pkg:composer/barrelstrength/sprout-base
6.0.2
2020-10-14 01:24 UTC
Requires
- craftcms/cms: ^3.1.0
Requires (Dev)
None
Suggests
None
Provides
None
Conflicts
None
Replaces
None
proprietary 1aad19c3c4b63415f9c59c57fcbfca938069e315
This package is auto-updated.
Last update: 2026-05-25 08:39:39 UTC
README
A collection of common classes and libraries for the Sprout Plugins Suite for Craft CMS.
Resources
- Report issues to the appropriate Sprout plugin repository.
- Pull Requests should reference an open issue in the appropriate Sprout plugin repository
Usage
Include Sprout Base in your Sprout plugin composer.json file:
{
"require": {
"barrelstrength/sprout-base": "^6.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.
