Skip to content

Latest commit

 

History

History
34 lines (28 loc) · 539 Bytes

README.md

File metadata and controls

34 lines (28 loc) · 539 Bytes

Redirect Checker

Simple tool for checking if your http redirects work as you want.

Installation

$ composer require antstudiocz/redirect-checker

Register DI extension:

extensions: 
    - Ant\RedirectChecker\DI\RedirectCheckerExtension

Add configuration:

parameters: 
    redirect-checker:
        file: app/config/redirects.neon

Create file for example:

redirects:
    "https://www.antstudio.cz": http://www.antstudio.cz

Usage

$ php index.php app:redirect-checker:run