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?
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:
and just width and height would work.
there is a discussion on another package that uses lorempixel about alternatives
here is the link