javaabu / mobile-verification
Adds mobile number verification to Laravel projects.
Requires
- php: ^8.2
- illuminate/support: ^11.0 || ^12.0
- javaabu/activitylog: ^1.4
- javaabu/helpers: ^1.59
- javaabu/laravel-recaptcha: ^6.2
- javaabu/sms-notifications: ^1.1
- laravel/passport: ^12.4
Requires (Dev)
- javaabu/auth: ^1.16
- laravel/pint: ^1.15
- orchestra/testbench: ^9.0 || ^10.0
- phpunit/phpunit: ^10.5 || ^11.5.3
Suggests
- javaabu/auth: Required for login and registration
README
Adds mobile number verification to Laravel projects.
Documentation
You'll find the documentation on https://docs.javaabu.com/docs/mobile-verification.
Find yourself stuck using the package? Found a bug? Do you have general questions or suggestions for improving this package? Feel free to create an issue on GitHub, we'll try to address it as soon as possible.
If you've found a bug regarding security please mail info@javaabu.com instead of using the issue tracker.
Installation
You can install the package via composer:
composer require javaabu/mobile-verification
Publishing Migrations
php artisan vendor:publish --provider="Javaabu\MobileVerification\MobileVerificationServiceProvider" --tag="mobile-verification-migrations"
Publishing Config
php artisan vendor:publish --provider="Javaabu\MobileVerification\MobileVerificationServiceProvider" --tag="mobile-verification-config"
Publishing Translations
php artisan vendor:publish --provider="Javaabu\MobileVerification\MobileVerificationServiceProvider" --tag="mobile-verification-translations"
Testing
You can run the tests with
./vendor/bin/phpunit
Changelog
Please see CHANGELOG for more information what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security
If you discover any security related issues, please email info@javaabu.com instead of using the issue tracker.
Credits
License
The MIT License (MIT). Please see License File for more information.