barrelstrength/sprout-base-redirects

Common Redirects libraries for Sprout Plugins for Craft CMS

Installs: 38 045

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 3

Forks: 5

Open Issues: 0

Type:yii-module

pkg:composer/barrelstrength/sprout-base-redirects

1.5.4 2021-02-11 17:36 UTC

This package is auto-updated.

Last update: 2025-09-25 06:39:50 UTC


README

A collection of common list classes and libraries for the Sprout Plugins Suite for Craft CMS.

Resources

  • Report issues to the Sprout Redirects plugin repository.
  • Pull Requests should reference an open issue in the Sprout Redirects plugin repository

Usage

Include Sprout Base Redirects in your Sprout plugin composer.json file:

{
  "require": {
    "barrelstrength/sprout-base-redirects": "^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.