lvivphp

Results 1 issues of lvivphp

Method Image::make($url) doesn't work with urls which include non latin symbols. Please check code in class intervention\image\src\Intervention\Image\AbstractDecoder.php: 209 public function isUrl() 210 { 211 return (bool) filter_var($this->data, FILTER_VALIDATE_URL); 212 }...