#1884·Faker

Lorempixel is down : impossible to use $faker->image (again)

Author: dsampaoloCreated Jan 9, 2020Updated Oct 24, 2020

Summary

LoremPixel.com is used by $faker->image to download files from the service.

The service is down, so we can't use $faker->image() at the moment.

We use it in the seeds of a Laravel application, which disables our preproduction environment.

A timeout detection MAY be enough for us, as it would allow the preproduction environment to run, even without images.