sentence(); return [ 'title' => $title, 'description' => fake()->optional()->text(200), 'content' => fake()->paragraphs(5, true), 'slug' => Str::slug($title), 'image_path' => fake()->imageUrl(800, 600, 'posts'), 'image_thumbnail' => fake()->imageUrl(200, 200, 'posts'), 'image_alt' => fake()->sentence(), 'user_token' => fake()->uuid(), ]; } }