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

https://github.com/rayiumir/vordia

Vordia Mobile Authentication Laravel
https://github.com/rayiumir/vordia

authentication mobile mobile-authentication mobile-authentication-laravel mobile-package otp otp-laravel otp-verification otpauth

Last synced: over 1 year ago
JSON representation

Vordia Mobile Authentication Laravel

Awesome Lists containing this project

README

          



Vordia Logo





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

# 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"
```

And Migration Database:

```bash
php artisan migrate
```

Add 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/

# SMS API KEY

Add this code to `.env`

```bash
SMSIR_API_KEY= Add API KEY
SMSIR_OTP_TEMPLATE_ID= ADD OTP TEMPLATE ID
```

# Screenshots



Login Mobile
Check OTP Login Mobile





Login Mobile


Check OTP Login Mobile