barrelstrength / sprout-base-import
Common import libraries for Sprout Plugins for Craft CMS
Package info
github.com/barrelstrength/sprout-base-import
Type:yii-module
pkg:composer/barrelstrength/sprout-base-import
1.0.6
2019-07-19 23:53 UTC
Requires
- craftcms/cms: ^3.1.0
README
Sprout Import has been retired. We recommend using the free, first-party Feed Me plugin instead.
Sprout Base Import
A collection of common import classes and libraries for the Sprout Plugins Suite for Craft CMS.
Usage
Include Sprout Base Import in your Sprout plugin composer.json file:
{
"require": {
"barrelstrength/sprout-base-import": "^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.