d3v1
Creates an instance of the faker library to play around with. Useful if you are wondering what each of the faker methods do and want to examine the output or play with the results
$faker = \Faker\Factory::create($locale ?? config('app.faker_locale', \Faker\Factory::DEFAULT_LOCALE));
$faker->sentence(15);
=> "Quidem beatae laborum non deserunt at consequuntur voluptatem earum quia pariatur porro."