Download the PHP package iwedmak/url-auth without Composer
On this page you can find all versions of the php package iwedmak/url-auth. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package url-auth
laravel-5-url-auth
Mostly for use in emails, so user can click url and get redirected with authentication. Url in email have lifetime, in hours. Monitors url visits reads, have event UrlVisit.
-
install
-
Or
- Or add to composer.json
Register provider, add this to config/app.php in providers array:
After that u will need to publish config
and publish migrations and migrate
Now you can user urlauth($user_id, $url)
function in your blade template(or anywhere), like this:
You can listen for \iWedmak\UrlAuth\Events\UrlVisit
event.
in EventServiceProvider.php
All versions of url-auth with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.5.0
illuminate/database Version 5.*
laravel/framework Version 5.*
nesbot/carbon Version 1.*
illuminate/database Version 5.*
laravel/framework Version 5.*
nesbot/carbon Version 1.*
The package iwedmak/url-auth contains the following files
Loading the files please wait ....