IMEI Rule
Validate International Mobile Equipment Identity
117k Downloads / Month
Open Source MIT License
117k Downloads / Month
Open Source MIT License
public Intervention\Validation\Rules\Imei::__construct()
The field under validation must be a International Mobile Equipment Identity (IMEI).
none
use Intervention\Validation\Rules\Imei;
$validator = Validator::make($request->all(), [
'attribute-key' => new Imei(),
]);
Edit