Download the PHP package namacoders/filament-otp-login without Composer
On this page you can find all versions of the php package namacoders/filament-otp-login. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download namacoders/filament-otp-login
More information about namacoders/filament-otp-login
Files in namacoders/filament-otp-login
Package filament-otp-login
Short Description OTP Login for FilamentPHP forked from afsakar/filament-otp-login
License MIT
Homepage https://github.com/namacoders/filament-otp-login
Informations about the package filament-otp-login
OTP Login for FilamentPHP
This package is an OTP Login for FilamentPHP. It is a simple package that allows you to login to your FilamentPHP application using OTP. This package was forked from afsakar/filament-otp-login with auth guard addition
Installation
You can install the package via composer:
You can publish and run the migrations with:
You can publish the config and translations files with:
Optionally, you can publish the views using
This is the contents of the published config file:
Usage
Just register the Namacoders\FilamentOtpLogin\FilamentOtpLoginPlugin
plugin in the your panel provider file.
_Note: For medium and large scale applications, you only need to run "php artisan model:prune" command as cron to prevent the otpcode table from bloating and performance issues.
Testing
Changelog
Please see CHANGELOG for more information on what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security Vulnerabilities
Please review our security policy on how to report security vulnerabilities.
Credits
- Azad Furkan ŞAKAR
- Abd AlRahman
- All Contributors
- OTP Input inspiration
License
The MIT License (MIT). Please see License File for more information.
All versions of filament-otp-login with dependencies
filament/filament Version ^3.0
spatie/laravel-package-tools Version ^1.15.0