bolt / redirector
🔄 This Bolt extension adds redirects using YAML
Installs: 2 193
Dependents: 0
Suggesters: 0
Security: 0
Stars: 3
Watchers: 3
Forks: 4
Open Issues: 1
Type:bolt-extension
Requires
- php: >=7.2.9
- twig/twig: ^2.12 | ^3.0
Requires (Dev)
- bolt/core: ^4.1
- symplify/easy-coding-standard: ^8.3
This package is auto-updated.
Last update: 2024-10-29 06:19:07 UTC
README
Author: Ivo Valchev
This Bolt extension adds redirects from clean YAML format.
Installation:
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