antstudiocz/redirect-checker

0.0.1 2016-10-19 22:15 UTC

This package is not auto-updated.

Last update: 2024-09-18 20:33:31 UTC


README

一个简单的工具,用于检查您的 http重定向 是否按预期工作。

安装

$ composer require antstudiocz/redirect-checker

注册DI扩展

extensions: 
    - Ant\RedirectChecker\DI\RedirectCheckerExtension

添加配置

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

创建文件示例

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

使用方法

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