Results 1 comments of Ajinkya

This is correct solution to compress image. solved by RJ and AJ use Tinify; // Dont use **use Tinify\Tinify;** public function test(){ $image_path = 'Uploads/test.png'; $public_path = public_path($image_path); $result =...