A simple and lightweight mobile authentication package for Laravel And it has a default admin panel.
Install Package :
composer require rayiumir/vordiaAfter Publish Config Files:
php artisan vendor:publish --provider="Rayiumir\\Vordia\\ServiceProvider\\VordiaServiceProvider"And Migration Database:
php artisan migrateAdded Fields in Model user.php :
protected $fillable =
[
'name',
'email',
'password',
'mobile',
'otp',
'login_token'
];| SMS Operator | Link |
|---|---|
| SMSIR | https://sms.ir |
| Ghasedak | https://ghasedak.me |
| Login Mobile | Check OTP Login Mobile |
|---|---|
|
|
|