Tinker Faker

[Solved] Tinker Faker | Php - Code Explorer | yomemimo.com
Question : tinker faker

Answered by : tiago-frana

//For documentation, on tinker, run 'doc \Faker\Factory::create'
//Using Faker/Factory to generate fake values
$faker = \Faker\Factory::create();
$faker->email();
$faker->sentence(5);
$faker->paragraph(6);

Source : | Last Update : Wed, 18 May 22

Question : faker instance in tinker

Answered by : odd-okapi-q3akm0eg85ti

$faker = Faker\Factory::create();

Source : https://www.munderwood.ca/index.php/2018/05/03/getting-a-faker-instance-in-laravels-tinker-environment/ | Last Update : Fri, 04 Jun 21

Answers related to tinker faker

Code Explorer Popular Question For Php