https://github.com/larapire/laravel-vordia
Laravel Mobile Authentication Package , Supports Multiple Drivers
https://github.com/larapire/laravel-vordia
authentication mobile mobile-authentication mobile-authentication-laravel mobile-package otp otp-laravel otp-verification otpauth
Last synced: 3 months ago
JSON representation
Laravel Mobile Authentication Package , Supports Multiple Drivers
- Host: GitHub
- URL: https://github.com/larapire/laravel-vordia
- Owner: LaraPire
- License: mit
- Created: 2025-01-07T13:06:12.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2025-04-21T16:16:30.000Z (6 months ago)
- Last Synced: 2025-06-08T14:44:06.097Z (4 months ago)
- Topics: authentication, mobile, mobile-authentication, mobile-authentication-laravel, mobile-package, otp, otp-laravel, otp-verification, otpauth
- Language: PHP
- Homepage: https://packagist.org/packages/rayiumir/vordia
- Size: 1.97 MB
- Stars: 19
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![]()
![]()
![]()
![]()
![]()
![]()
# Vordia
A simple and lightweight mobile authentication package for Laravel And it has a default admin panel.
# How to use
Install Package :
```bash
composer require rayiumir/vordia
```After Publish Config Files:
```bash
php artisan vendor:publish --provider="Rayiumir\\Vordia\\ServiceProvider\\VordiaServiceProvider"
```Migration Database:
```bash
php artisan migrate
```
And Run:```bash
php artisan Serve
```
```bash
http://127.0.0.1:8000/login
```Added Fields in Model `user.php` :
```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
![]()
![]()