barrelstrength / sprout-base-uris
Common url enabled libraries for Sprout Plugins for Craft CMS
Installs: 35 181
Dependents: 1
Suggesters: 0
Security: 0
Stars: 1
Watchers: 4
Forks: 1
Type:yii-module
Requires
- barrelstrength/sprout-base: ^6.0.0
- craftcms/cms: ^3.1.0
README
A collection of common list classes and libraries for the Sprout Plugins Suite for Craft CMS.
Resources
- Report issues to the Sprout Sitemaps plugin repository.
- Pull Requests should reference an open issue in the Sprout Sitemaps plugin repository
Usage
Include Sprout Base URIS in your Sprout plugin composer.json file:
{ "require": { "barrelstrength/sprout-base-uris": "^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.