Repository

fzaninotto/Faker

Faker is a PHP library that generates fake data for you
26767 3153 560 570

Lorempixel.com is down

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?

2 Comments

  1. 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.

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