Napp / nova-vat-field

EU VAT field for Laravel Nova

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

EU VAT field for Laravel Nova


Languages

Language:PHP 58.3%Language:Vue 34.5%Language:JavaScript 7.0%Language:CSS 0.2%