barrelstrength / sprout-base
Common libraries for Sprout Plugins for Craft CMS
Installs: 219 750
Dependents: 13
Suggesters: 0
Security: 0
Stars: 5
Watchers: 2
Forks: 5
Open Issues: 0
Type:yii-module
Requires
- craftcms/cms: ^3.1.0
- 6.0.2
- 6.0.1
- 6.0.0
- v5.x-dev
- 5.2.0
- 5.1.3
- 5.1.2
- 5.1.1
- 5.1.0
- 5.0.9
- 5.0.7
- 5.0.5
- 5.0.4
- 5.0.3
- 5.0.2
- 5.0.1
- 5.0.0
- v4.x-dev
- 4.0.8
- 4.0.7
- 4.0.6
- 4.0.5
- 4.0.4
- 4.0.3
- 4.0.2
- 4.0.1
- 4.0.0
- v3.x-dev
- 3.0.10
- 3.0.8
- 3.0.7
- 3.0.6
- 3.0.5
- 3.0.4
- 3.0.3
- 3.0.2
- 3.0.1
- 3.0.0
- v2.x-dev
- 2.0.10
- 2.0.8
- 2.0.7
- 2.0.6
- 2.0.5
- 2.0.4
- 2.0.3
- 2.0.2
- 2.0.1
- v1.x-dev
- 1.1.6
- 1.1.5
- 1.1.4
- 1.1.3
- 1.1.0
- 1.0.9
- 1.0.7
- 1.0.6
- 1.0.5
- 1.0.3
- 1.0.2
- dev-develop
- dev-feature/sprout-settings
- dev-feature/purge-elements
- dev-feature/notification-multisite
- dev-feature/global-metadata-refactor
This package is auto-updated.
Last update: 2024-10-25 04:50:46 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.