Skip to content

amir-ys/Vordia

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 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"

And Migration Database:

php artisan migrate

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

Screenshots

Login Mobile Check OTP Login Mobile
Login Mobile Check OTP Login Mobile

About

Vordia Mobile Authentication Laravel

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • PHP 63.5%
  • Blade 28.9%
  • CSS 7.6%