Download the PHP package upcodersir/otp-auth without Composer
On this page you can find all versions of the php package upcodersir/otp-auth. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download upcodersir/otp-auth
More information about upcodersir/otp-auth
Files in upcodersir/otp-auth
Download upcodersir/otp-auth
More information about upcodersir/otp-auth
Files in upcodersir/otp-auth
Vendor upcodersir
Package otp-auth
Short Description A Laravel package to send/verify OTP authentication codes
License MIT
Package otp-auth
Short Description A Laravel package to send/verify OTP authentication codes
License MIT
Please rate this library. Is it a good library?
Informations about the package otp-auth
OTP-AUTH
A Laravel package to send/verify OTP authentication codes
Installation
To install this package in your Laravel project, use the following command:
composer require upcodersir/otp-auth
To publish config file, run the following command:
php artisan vendor:publish
Running that command, creates a otp.php file in your project's config folder, and you need to customize it.
- valid_time
- user_table
- token_table
- sms_client
- sms_api_url
- sms_api_key
- mobile_containing_table
If your user's mobile numbers are not in user_table table, set mobile_containing_table to its name.
Then run artisan migrate to migrate tables:
php artisan migrate
Usage
All versions of otp-auth with dependencies
PHP Build Version
Package Version
No informations.
The package upcodersir/otp-auth contains the following files
Loading the files please wait ...