Download the PHP package avto-dev/extended-laravel-validator without Composer
On this page you can find all versions of the php package avto-dev/extended-laravel-validator. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Informations about the package extended-laravel-validator
Extensions for Laravel Validator
This package provides extended validation rules for Laravel validator.
Install
Require this package with composer using the following command:
Installed
composer
is required (how to install composer).You need to fix the major version of package.
After that you can "publish" configuration file (./config/extended-laravel-validator.php
) using next command:
Usage
This package provides next validation rules:
Rule | Description |
---|---|
vin_code |
Vehicle VIN-code |
grz_code |
Vehicle GRZ-code |
sts_code |
Vehicle Registration Certificate Number (STS) |
pts_code |
Vehicle Passport Number (PTS) |
body_code |
Vehicle body number |
chassis_code |
Vehicle chassis number |
driver_license_number |
Driving license number |
cadastral_number |
Cadastral number (unique property number) |
Usage example:
Testing
For package testing we use phpunit
framework and docker-ce
+ docker-compose
as develop environment. So, just write into your terminal after repository cloning:
Changes log
Changes log can be found here.
Support
If you will find any package errors, please, make an issue in current repository.
License
This is open-sourced software licensed under the MIT License.
All versions of extended-laravel-validator with dependencies
illuminate/contracts Version ~10.0 || ~11.0 || ~12.0
illuminate/container Version ~10.0 || ~11.0 || ~12.0
illuminate/support Version ~10.0 || ~11.0 || ~12.0
illuminate/validation Version ~10.0 || ~11.0 || ~12.0
illuminate/config Version ~10.0 || ~11.0 || ~12.0