napp/nova-vat-validation

A Laravel Nova EU VAT field.

Installs: 9 755

Dependents: 0

Suggesters: 0

Security: 0

Stars: 5

Watchers: 0

Forks: 1

Open Issues: 1

pkg:composer/napp/nova-vat-validation

1.0.2 2018-08-24 09:03 UTC

This package is auto-updated.

Last update: 2025-10-05 21:41:39 UTC


README

This introduces a EU VAT validation field for Laravel Nova.

The field will validate on client side and server side.

Install

You need to run the following command: composer require napp/nova-vat-validation

Add the field to your Resource file:

VatValidation::make('vat')
    ->rules('required', 'string', 'vat')
    ->hideFromIndex(),