helvetitec/livemasks

There is no license information available for the latest version (v1.1.1) of this package.

Input masks for Laravel Livewire v3

Maintainers

Package info

github.com/Helvetitec/livemasks

Language:Blade

pkg:composer/helvetitec/livemasks

Statistics

Installs: 1 141

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

v1.1.1 2026-03-20 19:37 UTC

This package is auto-updated.

Last update: 2026-03-20 19:38:12 UTC


README

Input masks for Laravel Livewire v3

Usage

MoneyInput

Add a money Input to your platform

  • v1: (model) Livewire Model to update
  • v2: (string) Id of the input
  • v3: (string) Name of the input
  • v4: (string) class from the input
  • v5: (boolean) Set the input to required or not
<livewire:livemasks.money wire:model.live='v1' id="v2" name="v3" class="v4" :required="v5"/>