piotzkhider / nonunicode-validation
Validation package that does not pass Unicode.
5.5.2
2017-09-15 00:56 UTC
Requires
- php: >=5.4.0
- illuminate/support: 5.5.*
- illuminate/validation: 5.5.*
This package is auto-updated.
Last update: 2025-03-29 01:00:45 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