承接 aronkerr/no-ie 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

aronkerr/no-ie

Composer 安装命令:

composer require aronkerr/no-ie

包简介

A module for blocking access to an application if the user agent is Internet Explorer.

README 文档

README

Introduction

A ZF2 module that keeps users from accessing an application if they are using Internet Explorer. If a user using Internet Explorer attempts to access the application a status code 406 will be returned and a custom 406 error template will be displayed. The message returned is designed to look like exactly like the normal IE errors and explains that IE doesn't properly support internet standards. The user is given to options to correct the error, go back or download Google Chrome.

Requirements

Features / Goals

  • Keep users who use Internet Explorer for accessing the application [COMPLETE]

Installation

Main Setup

By cloning project

  1. Clone this project into your ./vendor/ directory.

With composer

  1. Add this project in your composer.json:
"require": {
  "aronkerr/no-ie": "dev-master"
}
  1. Now tell composer to download NoIE by running the command:
$ php composer.phar update

Post Installation

  1. Move the files contained in this projects public directory to your ./public directory.
  2. Enable the module in your applicatiion.config.php file.
<?php
return array(
  'modules' => array(
    // ...
    'NoIE'
  ),
  // ...
);

统计信息

  • 总下载量: 117
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 0
  • 点击次数: 0
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 0
  • Watchers: 0
  • Forks: 0
  • 开发语言: HTML

其他信息

  • 授权协议: BSD-3-Clause
  • 更新时间: 2015-03-18