AppServiceProvider::class 中添加#
public function boot()
{
$this->app->singleton(\Faker\Generator::class, function () {
return \Faker\Factory::create('zh_CN');
});
}
public function boot()
{
$this->app->singleton(\Faker\Generator::class, function () {
return \Faker\Factory::create('zh_CN');
});
}
本文标题:Laravel faker 中文化
本文链接:https://www.haomeiwen.com/subject/kfrpbxtx.html
网友评论