slimad/eori

Laravel package adding validation methods for EORI number

1.2.0 2024-02-09 12:25 UTC

This package is auto-updated.

Last update: 2024-06-09 13:24:07 UTC


README

Installing

composer require slimad/eori

Example usage:

'eori' => 'nullable|string|regex:/^[A-Z]{2}[A-Za-z0-9]{1,15}$/|eori',

Tested with laravel 9

License

MIT