appservice boot
\Carbon\Carbon::setlocale('zh'); $this->app->singleton(\Faker\Generator::class, function () { return \Faker\Factory::create('zh_CN'); }); \Validator::extend('phone', function($attribute, $value, $parameters, $validator) { return preg_match('/^1[34578][0-9]{9}$/', $value); });