ys-tinify-laravel
ys-tinify-laravel copied to clipboard
Tinify API support with laravel
Results
11
ys-tinify-laravel issues
Sort by
recently updated
recently updated
newest added
$result = Tinify::fromFile('\path\to\file'); $result = Tinify::fromBuffer($source_data); $result = Tinify::fromUrl($image_url); /** To save as File **/ $result->toFile('\path\to\save'); /** To get image as data **/ $data = $result->toBuffer(); i get error. Call...