Download the PHP package rabianr/laravel-validation-japanese without Composer
On this page you can find all versions of the php package rabianr/laravel-validation-japanese. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download rabianr/laravel-validation-japanese
More information about rabianr/laravel-validation-japanese
Files in rabianr/laravel-validation-japanese
Download rabianr/laravel-validation-japanese
More information about rabianr/laravel-validation-japanese
Files in rabianr/laravel-validation-japanese
Vendor rabianr
Package laravel-validation-japanese
Short Description Japanese validation rules for Laravel
License MIT
Package laravel-validation-japanese
Short Description Japanese validation rules for Laravel
License MIT
Please rate this library. Is it a good library?
Informations about the package laravel-validation-japanese
Japanese validation rules for Laravel
Installation
Configuration
Publish the config to copy the file to your own config:
Usage
Allows Hiragana only
Allows Hiragana, whitespace and Level 1 - 2 Kanji only
Available Rules
Class | Constructor | Usage |
---|---|---|
Rabianr\Validation\Japanese\Rules\Hiragana | __construct($allowChars = '') | The field under validation must be Hiragana and only. |
Rabianr\Validation\Japanese\Rules\Katakana | __construct($allowChars = '') | The field under validation must be Katakana and only. |
Rabianr\Validation\Japanese\Rules\Kanji | __construct($allowChars = '', $JISX0208 = false) | The field under validation must be Kanji and only. If is , Kanji must be Level 1 and 2. |
Rabianr\Validation\Japanese\Rules\KanjiJISX0208 | __construct() | If the field under validation contains Kanji, must be Level 1 and 2 only. |
Trims full-width whitespace Middleware
All versions of laravel-validation-japanese with dependencies
PHP Build Version
Package Version
Requires
php Version
>= 7.2
illuminate/support Version ^6|^7|^8|^9
illuminate/contracts Version ^6|^7|^8|^9
illuminate/support Version ^6|^7|^8|^9
illuminate/contracts Version ^6|^7|^8|^9
The package rabianr/laravel-validation-japanese contains the following files
Loading the files please wait ....