piotzkhider / nonunicode-validation
Validation package that does not pass Unicode.
Installs: 18
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/piotzkhider/nonunicode-validation
Requires
- php: >=5.4.0
- illuminate/support: 5.5.*
- illuminate/validation: 5.5.*
This package is auto-updated.
Last update: 2025-09-29 02:49:48 UTC
README
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
Usage
See the Validation documentation of Laravel.
License
MIT