Laravel Community Tools by Tighten
Laravel Nova icon Nova Packages
I

Iban validation

This package is possibly abandoned. Please proceed with care.

Installation Instructions

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'),

Readme

About iban validation

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'),
Back to Top
Added 7 years ago
Last updated 7 Years Ago
Version v0.0.1
Composer
wotta/iban-validation
GitHub stars 3
Packagist downloads 7,590

Favorites

2 users favorited

Rating

N/A
(out of 5)
★★★★★
★★★★
★★★
★★
0 ratings

Tags

Brought to you by Tighten

Issues/Feature Requests Stats Package Ideas