Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/vdlp/oc-redirectconditionsexample-plugin
- Owner: vdlp
- License: gpl-2.0
- Created: 2019-03-14T11:39:36.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2024-03-14T13:56:36.000Z (9 months ago)
- Last Synced: 2024-04-18T11:42:52.420Z (8 months ago)
- Topics: laravel, octobercms, octobercms-plugin, plugin, redirect, seo
- Language: PHP
- Size: 24.4 KB
- Stars: 2
- Watchers: 8
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```