define(App\Project::class, function (Faker $faker) { return [ 'title' => $faker->words(5, true), 'md' => $faker->paragraphs(10, true) ]; });