Download the PHP package joelharkes/laravel-strict-validation without Composer
On this page you can find all versions of the php package joelharkes/laravel-strict-validation. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download joelharkes/laravel-strict-validation
More information about joelharkes/laravel-strict-validation
Files in joelharkes/laravel-strict-validation
Download joelharkes/laravel-strict-validation
More information about joelharkes/laravel-strict-validation
Files in joelharkes/laravel-strict-validation
Vendor joelharkes
Package laravel-strict-validation
Short Description Typesafe validation rules for laravel
License MIT
Package laravel-strict-validation
Short Description Typesafe validation rules for laravel
License MIT
Please rate this library. Is it a good library?
Informations about the package laravel-strict-validation
Laravel Strict validation 📬
If you want to learn how to create reusable PHP packages yourself, take a look at my upcoming PHP Package Development video course.
Installation
You can install the package via composer:
Usage
Available Rules:
- ValidDatetime
- ValidDate
Make your own rule
Making your own typesafe rule is easy. Just extend the BaseRule and implement the validate method.
Call $this->modifyValue($value) to modify the value.
All versions of laravel-strict-validation with dependencies
PHP Build Version
Package Version
The package joelharkes/laravel-strict-validation contains the following files
Loading the files please wait ...