Skip to content

LaraPire/Vordia

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


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 :

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
Login Mobile Check OTP Login Mobile