wotta/iban-validation

A Laravel Nova iban field.

Installs: 7 559

Dependents: 0

Suggesters: 0

Security: 0

Stars: 3

Watchers: 2

Forks: 0

Open Issues: 0

Language:Vue

v0.0.1 2018-08-23 21:04 UTC

This package is auto-updated.

Last update: 2024-10-18 02:29:11 UTC


README

A small package for an iban validation field for laravel nova.

It checks in the vue file if it is an valid iban but it won't stop you from submitting the form.

If you want to install this do the following

You need to run the following command : $ composer require wotta/iban-validation

The validation field needs to be called in the following way :

IbanValidation::make('iban')
    ->sortable()
    ->rules('required', 'max:32'),