Please help, how can I add multiple url of images to the database using faker in Factory
public function definition()
{
return array(
'title' => $this->faker->colorName,
'file_url' => $this->faker->imageUrl(748, 500),
);
}
I didn't find a solution