nembie/nova-iban-field is a Laravel package for a laravel nova field..
It currently has 1 GitHub stars and 77 downloads on Packagist (latest version 1.0.0).
Install it with composer require nembie/nova-iban-field.
Discover more Laravel packages by nembie
or browse all Laravel packages to compare alternatives.
Last updated
A simple field for Laravel Nova that validates IBANs.
composer require nembie/nova-iban-field
use Nembie\NovaIbanField\NovaIbanField;
...
public function fields(Request $request)
{
return [
NovaIbanField::make(__('Custom IBAN Label'), 'iban_column')->showDetails()
];
}
showDetails() - shows the information given by IBAN on the resource detail pagehideActionsOnIndex() - hide the actions on the index (copy and show/hide)alwaysHideOnIndex() - "crypt" the IBAN in the index pageFull list of supported countries