PHPackages                             eye4web/e4w-zfc-user-redirect-url - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. eye4web/e4w-zfc-user-redirect-url

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

eye4web/e4w-zfc-user-redirect-url
=================================

Changes the default redirect behaviour of ZfcUser from using routes to using URL's in the redirect param.

0.0.3(10y ago)137.7k↓81.3%8[1 issues](https://github.com/Eye4web/E4WZfcUserRedirectUrl/issues)MITPHPPHP ~5.3|~7.0

Since Jul 14Pushed 3y ago3 watchersCompare

[ Source](https://github.com/Eye4web/E4WZfcUserRedirectUrl)[ Packagist](https://packagist.org/packages/eye4web/e4w-zfc-user-redirect-url)[ Docs](https://github.com/Eye4web/E4WZfcUserRedirectUrl)[ RSS](/packages/eye4web-e4w-zfc-user-redirect-url/feed)WikiDiscussions master Synced yesterday

READMEChangelog (3)Dependencies (3)Versions (4)Used By (0)

E4WZfcUserRedirectUrl
=====================

[](#e4wzfcuserredirecturl)

Introduction
------------

[](#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
------------

[](#installation)

#### With composer

[](#with-composer)

1. Add this project composer.json:

    ```
    "require": {
        "eye4web/e4w-zfc-user-redirect-url": "dev-master"
    }
    ```
2. Now tell composer to download the module by running the command:

    ```
    $ php composer.phar update
    ```
3. Enable it in your `application.config.php` file.

    ```
