barrelstrength / sprout-base-fields
Common fields libraries for Sprout Plugins for Craft CMS
Installs: 67 728
Dependents: 5
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 1
Language:JavaScript
Type:yii-module
Requires
- commerceguys/addressing: ^1.0.6
- craftcms/cms: ^3.1.0
- giggsey/libphonenumber-for-php: ^8.12.4
- v1.x-dev
- 1.4.5
- 1.4.4
- 1.4.3
- 1.4.1
- 1.4.0
- 1.3.5
- 1.3.4
- 1.3.3
- 1.3.2
- 1.3.1
- 1.3.0
- 1.2.3
- 1.2.2
- 1.2.1
- 1.2.0
- 1.1.0
- 1.0.9
- 1.0.8
- 1.0.7
- 1.0.6
- 1.0.5
- 1.0.4
- 1.0.3
- 1.0.2
- 1.0.1
- 1.0.0
- dev-dependabot/npm_and_yarn/ini-1.3.8
- dev-develop
- dev-dependabot/npm_and_yarn/http-proxy-1.18.1
- dev-dependabot/npm_and_yarn/elliptic-6.5.3
- dev-dependabot/npm_and_yarn/websocket-extensions-0.1.4
This package is auto-updated.
Last update: 2021-01-12 05:20:22 UTC
README
A collection of common field classes and libraries for the Sprout Plugins Suite for Craft CMS.
Usage
Include Sprout Base Fields in your Sprout plugin composer.json file:
{ "require": { "barrelstrength/sprout-base-fields": "^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.