laravel-bd-phone-verification-rule package is used to validate all mobile phone numbers in Bangladesh.
You can install the package via composer:
composer require nanopkg/laravel-bd-phone-verification-rule
$request->validate([
'phone' => 'required|numeric|bdPhone'
]);
composer test
Please see CHANGELOG for more information on what has changed recently.
Please review our security policy on how to report security vulnerabilities.
The MIT License (MIT). Please see License File for more information.