khlystou/moonshine-otp-field

One-Time Password field for MoonShine Laravel admin panel

Maintainers

Package info

github.com/khlystou/moonshine-otp-field

Language:Blade

pkg:composer/khlystou/moonshine-otp-field

Statistics

Installs: 1

Dependents: 0

Suggesters: 0

Stars: 1

Open Issues: 0

1.0.0 2025-11-17 15:07 UTC

This package is auto-updated.

Last update: 2026-02-13 15:17:43 UTC


README

Requirements

  • MoonShine v3.0+

Installation

composer require khlystou/moonshine-otp-field

Usage

use Khlystou\OtpField\Field\Otp;

Otp::make()
    ->lenght(4)
    ->masked();