faker->sentence(6); return [ 'title' => $title, 'slug' => Str::slug($title), 'content' => $this->faker->paragraphs(3, true), 'image' => 'news/'.$this->faker->image('public/storage/news', 640, 480, null, false), 'published_at' => $this->faker->dateTimeBetween('-1 year', 'now'), ]; } }