LaravelPackages.net
Acme Inc.
Toggle sidebar
piotzkhider/nonunicode-validation

Validation package that does not pass Unicode.

20
0
5.5.2
About piotzkhider/nonunicode-validation

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

Non Unicode Validation Rule For Laravel

Validation package that does not pass Unicode.

This package override alpha, alpha_num, alpha_dash validation rules of Laravel.

Installation

Install the package through Composer. On the command line:

composer require piotzkhider/nonunicode-validation

Configuration

Add the following to your providers array in config/app.php:

'providers' => [
    // ...

    Piotzkhider\NonUnicodeValidation\ValidationServiceProvider::class,
],

Usage

See the Validation documentation of Laravel.

License

MIT

Star History Chart