Download the PHP package viezel/otp without Composer
On this page you can find all versions of the php package viezel/otp. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Vendor viezel
Package otp
Short Description One Time Password for Laravel
License MIT
Homepage https://github.com/viezel/otp
Package otp
Short Description One Time Password for Laravel
License MIT
Homepage https://github.com/viezel/otp
Keywords otp
Please rate this library. Is it a good library?
Informations about the package otp
One Time Password for Laravel
This package is sending out a 6 digit verification code per email, when a user visits a route in your Laravel app. By default, the user identity verification will be valid for 30 minutes.
Installation
-
Install the package via composer:
- Add Middleware
check_otp
to the routes that should verify the User Identity.
Config
You can publish the config file with:
Customize
You can build up your own verification view. Just publish the views and change what you need.
The package provides a blade component to reuse. Its based on Alpine.js and Tailwind CSS.
Testing
Credits
- Mads Møller
- All Contributors
License
The MIT License (MIT). Please see License File for more information.
All versions of otp with dependencies
PHP Build Version
Package Version
The package viezel/otp contains the following files
Loading the files please wait ....