Download the PHP package knowfox/passwordless without Composer
On this page you can find all versions of the php package knowfox/passwordless. 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 passwordless
Passwordless Login for Laravel
This module implements a Medium/Slack-inspired password-less login for Laravel sites. It is part of the personal knowledge management system Knowfox.
Installation
- Require the module into your project by `
- Install the service provider by adding the line
... in array
providersin your
config/app.php`. - Remove the line
... from your
routes/web.php` - Define a variable
MAIL_DOMAIN
in your.env
. - Be sure to set your
APP_NAME
to the name of your app. - Fill in a working mail configuration, e.g. through mailtrap.io
Credits
All versions of passwordless with dependencies
PHP Build Version
Package Version
Requires
illuminate/support Version
^5.4
The package knowfox/passwordless contains the following files
Loading the files please wait ....