fzaninotto/Faker

Lorempixel.com is down

stesvis opened this issue · 2 comments

The image generator generates random images correctly, but lorempixel.com has been down for a few days now.
http://lorempixel.com/

Is it possible to pull images from another source?

for quick solution, I have edited the file in my vendor vendor/fzaninotto/faker/src/Faker/Provider/Image.php, line 33 -34

something like:

 $baseUrl = "https://placeimg.com/";
 $url = "{$width}/{$height}/any";

and just width and height would work.

there is a discussion on another package that uses lorempixel about alternatives
here is the link