PHP code example of eye4web / e4w-zfc-user-redirect-url

1. Go to this page and download the library: Download eye4web/e4w-zfc-user-redirect-url library. Choose the download type require.

2. Extract the ZIP file and open the index.php.

3. Add this code to the index.php.
    
        
<?php
require_once('vendor/autoload.php');

/* Start to develop here. Best regards https://php-download.com/ */

    

eye4web / e4w-zfc-user-redirect-url example snippets


    
    return array(
        'modules' => array(
            // ...
            'E4W\ZfcUser\RedirectUrl'
        ),
        // ...
    );
    
bash
    $ php composer.phar update