Lorempixel.com is down
stesvis opened this issue · 2 comments
stesvis commented
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?
fetrarij commented
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.
George-nacouzi commented
there is a discussion on another package that uses lorempixel about alternatives
here is the link