Download the PHP package pablorsk/laravel-iso8601-validator without Composer
On this page you can find all versions of the php package pablorsk/laravel-iso8601-validator. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package laravel-iso8601-validator
Laravel ISO8601 Date Validator
Install
Add the required validator to boot method of app/Providers/AppServiceProvider.php
Add the following lines to resources/lang/en/validation.php
Use like other validators
Only UTC
- Valid
2012-04-23T18:25:43.511Z
2010-02-18T16:23.33+0600
- No valid
2012-04-23
2010-02-18T16:23.33
All versions of laravel-iso8601-validator with dependencies
PHP Build Version
Package Version
The package pablorsk/laravel-iso8601-validator contains the following files
Loading the files please wait ....