Intervention / validation

Missing Laravel Validation Rules

Home Page:https://validation.intervention.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dependency on PHP-INTL package.

TheNewSound opened this issue · comments

This function creates a dependency for this package on php-intl:
locale_get_default()
called here:

$parts = explode('_', locale_get_default());

In Version 4 locale_get_default() is not used anymore.