Validation package that does not pass Unicode.
piotzkhider/nonunicode-validation is a Laravel package for validation package that does not pass unicode..
It currently has 0 GitHub stars and 20 downloads on Packagist (latest version 5.5.2).
Install it with composer require piotzkhider/nonunicode-validation.
Discover more Laravel packages by piotzkhider
or browse all Laravel packages to compare alternatives.
Last updated
Validation package that does not pass Unicode.
This package override alpha, alpha_num, alpha_dash validation rules of Laravel.
Install the package through Composer. On the command line:
composer require piotzkhider/nonunicode-validation
Add the following to your providers array in config/app.php:
'providers' => [
// ...
Piotzkhider\NonUnicodeValidation\ValidationServiceProvider::class,
],
See the Validation documentation of Laravel.
MIT