Download the PHP package illchuk/zfc-user-redirect-uri without Composer
On this page you can find all versions of the php package illchuk/zfc-user-redirect-uri. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download illchuk/zfc-user-redirect-uri
More information about illchuk/zfc-user-redirect-uri
Files in illchuk/zfc-user-redirect-uri
Download illchuk/zfc-user-redirect-uri
More information about illchuk/zfc-user-redirect-uri
Files in illchuk/zfc-user-redirect-uri
Vendor illchuk
Package zfc-user-redirect-uri
Short Description ZfcUser redirection to specific URI, rather than to a generic route
License MIT
Homepage https://github.com/dillchuk/ZfcUserRedirectUri
Package zfc-user-redirect-uri
Short Description ZfcUser redirection to specific URI, rather than to a generic route
License MIT
Homepage https://github.com/dillchuk/ZfcUserRedirectUri
Please rate this library. Is it a good library?
Informations about the package zfc-user-redirect-uri
ZfcUserRedirectUri
Install with composer require illchuk/zfc-user-redirect-uri
.
Then reference in modules.config.php
:
return [
..., 'ZfcUser', 'ZfcUserRedirectUri', ...
];
If you're using ZfcUser's /user/login?redirect=ROUTE
feature, you may now redirect to any routable URI instead: ROUTE
can become for example /ROUTABLE/URI/3?message=OK
.
This is especially useful when using ZfcRbac and user is hit with the login screen; they log in then carry on right where they left off.
ZfcRbac config as follows:
'redirect_strategy' => [
'redirect_when_connected' => true,
'append_previous_uri' => true,
'previous_uri_query_key' => 'redirect'
],
N.B. URI's that cannot be routed by your app are silently discarded.
All versions of zfc-user-redirect-uri with dependencies
PHP Build Version
Package Version
The package illchuk/zfc-user-redirect-uri contains the following files
Loading the files please wait ....