Skip to content

Instantly share code, notes, and snippets.

@stephenjude
Created June 3, 2018 22:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save stephenjude/1702f2b3914c4f25ffafde5216519733 to your computer and use it in GitHub Desktop.
Save stephenjude/1702f2b3914c4f25ffafde5216519733 to your computer and use it in GitHub Desktop.
<?php
$factory->define(App\Product::class, function (Faker\Generator $faker) {
return [
'product_name' => $faker->word,
'product_description' => $faker->text,
];
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment