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

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

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
```