Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/vdlp/oc-redirectconditionsexample-plugin

A Redirect Condition implementation example plugin.
https://github.com/vdlp/oc-redirectconditionsexample-plugin

laravel octobercms octobercms-plugin plugin redirect seo

Last synced: about 1 month ago
JSON representation

A Redirect Condition implementation example plugin.

Awesome Lists containing this project

README

        

# Vdlp.RedirectConditions.Example (extension)

This is an extension plugin for the Redirect plugin for OctoberCMS.

## Conditions

### `IpAddressCondition`

Exclude certain IP addresses from the Redirect matching algorithm.

## Requirements

- Plugin Vdlp.Redirect
- Plugin Vdlp.RedirectConditions

## Unit tests

To run the Unit Tests of this plugin, execute the following command from the project root:

```
vendor/bin/phpunit plugins/vdlp/redirectconditionsexample
```