Input

Valid Phone Heavy

Rule `valid_phone_heavy`: Stricter local phone validation.

Usage

Use for stricter phone checks.

$schema = \Lemonade\Framework\Validation\ValidationSchema::create()
    ->field('field', 'Field')
        ->phoneHeavy()
        ->end();

$result = $validator->validate($payload, $schema);

Stable rule name

valid_phone_heavy for translations, registry lookup and per-rule messages.

Group

Format