Laravel Community Tools by Tighten
Laravel Nova icon Nova Packages

Installation Instructions

composer require napp/nova-vat-validation

Add the field to your Resource file:

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

Readme

EU VAT Field for Laravel Nova

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(),
Back to Top
Added 7 years ago
Last updated 7 Years Ago
Version 1.0.2
Composer
napp/nova-vat-validation
GitHub stars 5
Packagist downloads 9,759

Favorites

3 users favorited

Rating

4.00
(out of 5)
★★★★★
★★★★
★★★
★★
1 ratings

Author

Brought to you by Tighten

Issues/Feature Requests Stats Package Ideas