Skip to content
This repository has been archived by the owner on Dec 11, 2020. It is now read-only.

Lorempixel.com is down #2071

Open
stesvis opened this issue Oct 22, 2020 · 2 comments
Open

Lorempixel.com is down #2071

stesvis opened this issue Oct 22, 2020 · 2 comments

Comments

@stesvis
Copy link

stesvis commented Oct 22, 2020

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
Copy link

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
Copy link

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants