Here is how you can get access to the Faker Instance in the Artisan tinker
$faker = Faker\Factory::create();
That’ it. That’s the post.
Here is how you can get access to the Faker Instance in the Artisan tinker
$faker = Faker\Factory::create();
That’ it. That’s the post.