knowfox / passwordless
Passwordless login.
0.4.0
2017-08-23 20:09 UTC
Requires
- illuminate/support: ^5.4
Requires (Dev)
None
Suggests
None
Provides
None
Conflicts
None
Replaces
None
This package is not auto-updated.
Last update: 2026-09-06 21:23:49 UTC
README
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
composer require knowfox/passwordless - Install the service provider by adding the line
... in arrayKnowfox\Passwordless\ServiceProvider::class,providersin yourconfig/app.php. - Remove the line
... from yourAuth::routes();routes/web.php - Define a variable
MAIL_DOMAINin your.env. - Be sure to set your
APP_NAMEto the name of your app. - Fill in a working mail configuration, e.g. through mailtrap.io