Australian Business Number and Australian Company Number inputs for Filament
joshluongo/filament-abn-acn is a Laravel package for australian business number and australian company number inputs for filament.
It currently has 1 GitHub stars and 6 downloads on Packagist (latest version v1.1.0).
Install it with composer require joshluongo/filament-abn-acn.
Discover more Laravel packages by joshluongo
or browse all Laravel packages to compare alternatives.
Last updated
Australian Business Number and Australian Company Number inputs for Filament.
The fields will have the correct label, input masking and input validation automatically.
With your form schema use AbnInput or AcnInput.
public static function form(Form $form): Form
{
return $form
->schema([
AbnInput::make("abn"),
AcnInput::make("acn")
]);
}
The MIT License (MIT). Please see License File for more information.