Download the PHP package mrgear/laravel-persian-validator without Composer
On this page you can find all versions of the php package mrgear/laravel-persian-validator. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download mrgear/laravel-persian-validator
More information about mrgear/laravel-persian-validator
Files in mrgear/laravel-persian-validator
Package laravel-persian-validator
Short Description Laravel package for Persian-specific validators
License MIT
Informations about the package laravel-persian-validator
MRGear Persian Validator
A Laravel package for performing Persian-specific validation, including validations for Persian letters, Jalali dates, and Iranian phone numbers.
Features
- Validation for Persian letters and spaces (for inputs that should only contain Persian letters and spaces)
- Validation for Jalali dates
- Validation for Iranian phone numbers
- Validation for phone numbers with a specific format
Installation
To install this package, simply require it using Composer:
Configuration
After installation, the package will be automatically enabled, and no additional configuration is needed. However, if you want to customize the error messages, you can edit Laravel's translation files.
Custom Error Messages
To customize error messages, open the resources/lang/fa/validation.php
file and add your own messages:
Usage
Persian Letters and Spaces Validation
To use the alpha_space_fa
validator, which only accepts Persian letters and spaces:
Letters and Spaces Validation (No Persian Restriction)
To use the alpha_spaces
validator, which only accepts letters and spaces:
Jalali Date Validation
To use the jalali_date
validator, which only accepts valid Jalali dates:
Iranian Phone Number Validation
To use the phone_number
validator, which only accepts valid Iranian phone numbers:
Iranian Phone Number with 11 Digits Validation
To use the ir_phone_number
validator, which only accepts Iranian phone numbers starting with 09 and containing 11 digits:
Development and Contributing
If you would like to contribute to the development of this package, please follow these steps:
- Fork the repository.
- Create a new branch.
- Make your changes.
- Once complete, submit a pull request.
License
This package is licensed under the MIT License. See the LICENSE file for more details.