insert([ 'title' => $faker->text, 'image' => $faker->image('public/storage/images',640,480, null, false), 'description' => $faker->text, ]); } } }