An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          



Vordia Logo





Packagist Downloads
Packagist Downloads
Packagist Downloads
Packagist License
GitHub Release
Packagist Dependency Version


Documentation


SMS API KEYS

# 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





Login Mobile


Check OTP Login Mobile