Skip to content

antstudiocz/redirect-checker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages