Skip to content

Instantly share code, notes, and snippets.

@ChitaGideon
ChitaGideon / validation.php
Created December 20, 2016 07:44 — forked from chareice/validation.php
Localization Validation Message For Chineses With Laravel 5
<?php
use Symfony\Component\Yaml\Yaml;
return Yaml::parse(file_get_contents(base_path().'/resources/lang/zh_cn/validation.yml'));