barrelstrength/sprout-base-import

Common import libraries for Sprout Plugins for Craft CMS

1.0.6 2019-07-19 23:53 UTC

This package is auto-updated.

Last update: 2024-03-25 03:52:57 UTC


README

No Maintenance Intended

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.