joshluongo/filament-abn-acn

Australian Business Number and Australian Company Number inputs for Filament


Keywords
laravel, abn, filament, joshluongo, filament-abn-acn, acn
License
MIT

Documentation

filament-abn-acn

Australian Business Number and Australian Company Number inputs for Filament.

The fields will have the correct label, input masking and input validation automatically.

Usage

With your form schema use AbnInput or AcnInput.

public static function form(Form $form): Form
{
    return $form
        ->schema([
            AbnInput::make("abn"),
            AcnInput::make("acn")
        ]);
}

Credits

License

The MIT License (MIT). Please see License File for more information.