eye4web/e4w-zfc-user-redirect-url
最新稳定版本:0.0.3
Composer 安装命令:
composer require eye4web/e4w-zfc-user-redirect-url
包简介
Changes the default redirect behaviour of ZfcUser from using routes to using URL's in the redirect param.
README 文档
README
Introduction
This module changes the redirect behavior of ZfcUser to use url's instead of routes. The redirect URL is matched against a whitelist. Localhost and current domain are whitelisted by default.
Installation
With composer
-
Add this project composer.json:
"require": { "eye4web/e4w-zfc-user-redirect-url": "dev-master" }
-
Now tell composer to download the module by running the command:
$ php composer.phar update
-
Enable it in your
application.config.phpfile.<?php return array( 'modules' => array( // ... 'E4W\ZfcUser\RedirectUrl' ), // ... );
-
Copy config/e4w.zfcuser.redirecturl.global.php.dist to config/autoload/e4w.zfcuser.redirecturl.global.php and add whitelisted domains.
统计信息
- 总下载量: 37.71k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2014-07-09