slimad/eori

Laravel package adding validation methods for EORI number

2.0.1 2024-09-12 13:14 UTC

This package is auto-updated.

Last update: 2025-01-12 14:06:48 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