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);
                          });

 

posted on 2017-04-20 15:28  jzfan  阅读(424)  评论(0编辑  收藏  举报