Download the PHP package alrez96/laravel-otp without Composer
On this page you can find all versions of the php package alrez96/laravel-otp. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download alrez96/laravel-otp
More information about alrez96/laravel-otp
Files in alrez96/laravel-otp
Download alrez96/laravel-otp
More information about alrez96/laravel-otp
Files in alrez96/laravel-otp
Vendor alrez96
Package laravel-otp
Short Description OTP login system for the Laravel framework.
License MIT
Package laravel-otp
Short Description OTP login system for the Laravel framework.
License MIT
Please rate this library. Is it a good library?
Informations about the package laravel-otp
Laravel OTP - One-Time Password Authentication
Introduction
This is a simple package for implementing the OTP system in Laravel, which only includes generating the token and validating it. You can use this package alongside Laravel's authentication system or the laravel/breeze package.
Installation
You can install the package via composer:
Configuration
You should publish the migration and the config/otp.php config file with:
Usage
Generate OTP Token
Validate OTP Token
License
This package is open-sourced software licensed under the MIT license.
All versions of laravel-otp with dependencies
PHP Build Version
Package Version
The package alrez96/laravel-otp contains the following files
Loading the files please wait ....