rayiumir/vordia
最新稳定版本:v1.7.0
Composer 安装命令:
composer require rayiumir/vordia
包简介
Authentication Mobile for Laravel
关键字:
#
Authentication
#
mobile
#
laravel
#
otp
#
laravel-package
#
mobile-verification
#
laravel-mobile-verification
#
laravel-otp
#
laravel-authentication
#
laravel-mobile-authentication
#
laravel-package-authentication
#
laravel-package-mobile-authentication
#
laravel-package-mobile-verification
#
laravel-package-otp
#
laravel-package-authentication-mobile
#
laravel-package-authentication-mobile-verification
#
laravel-package-authentication-otp
README 文档
README
Documentation
SMS API KEYSVordia
A simple and lightweight mobile authentication package for Laravel And it has a default admin panel.
How to use
Install Package :
composer require rayiumir/vordia
After Publish Config Files:
php artisan vendor:publish --provider="Rayiumir\\Vordia\\ServiceProvider\\VordiaServiceProvider"
Migration Database:
php artisan migrate
And Run:
php artisan Serve
http://127.0.0.1:8000/login
Added Fields in Model user.php :
protected $fillable = [ 'name', 'email', 'password', 'mobile', 'otp', 'login_token' ];
List of SMS Operator
| SMS Operator | Link |
|---|---|
| SMSIR | https://sms.ir |
| Ghasedak | https://ghasedak.me |
| Melipayamak | https://www.melipayamak.com |
Screenshots
| Login Mobile | Check OTP Login Mobile |
|---|---|
|
|
统计信息
- 总下载量: 16
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 19
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2025-01-27

