leeovery / laravel-magic-link
Magic link generator for quick and safe auth with Laravel
v1.1
2022-02-18 16:28 UTC
Requires
- php: ^8.0|^8.1
- illuminate/contracts: ^8.0|^9.0
- illuminate/support: ^8.0|^9.0
- spatie/laravel-package-tools: ^1.4.3
Requires (Dev)
- orchestra/testbench: ^7.0
- phpunit/phpunit: ^9.5.10
This package is auto-updated.
Last update: 2024-10-18 22:20:05 UTC
README
With this package you can generate and handle magic links to authenticate your users.
More docs coming soon :)
Installation
You can install the package via composer:
composer require leeovery/laravel-magic-link
Usage
// Usage description here
Testing
composer test
Changelog
Please see CHANGELOG for more information what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security
If you discover any security related issues, please email me@leeovery.com instead of using the issue tracker.
Credits
License
The MIT License (MIT). Please see License File for more information.
Laravel Package Boilerplate
This package was generated using the Laravel Package Boilerplate.