https://github.com/bolt/redirector
Add redirects using YAML
https://github.com/bolt/redirector
Last synced: 6 months ago
JSON representation
Add redirects using YAML
- Host: GitHub
- URL: https://github.com/bolt/redirector
- Owner: bolt
- License: mit
- Created: 2021-07-30T13:19:57.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-11-10T17:33:07.000Z (over 3 years ago)
- Last Synced: 2025-09-15T09:40:05.724Z (10 months ago)
- Language: PHP
- Size: 18.6 KB
- Stars: 3
- Watchers: 3
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Bolt Redirector
Author: Ivo Valchev
This Bolt extension adds redirects from clean YAML format.
Installation:
```bash
composer require bolt/redirector
```
## Running PHPStan and Easy Codings Standard
First, make sure dependencies are installed:
```
COMPOSER_MEMORY_LIMIT=-1 composer update
```
And then run ECS:
```
vendor/bin/ecs check src
```