How to use laravel-image-optimizer

1. Looking for a library of image quality compression (without compressing width and height), find laravel-image-optimizer
2. Follow the description on the official website. The picture is not compressed https://packagist.org/package.

.

3, post core code

 $file -> move($dir, $path);
ImageOptimizer::optimize(public_path() . "/" . $dir . $path);

where

public_path() . "/" . $dir . $path

points to the path of the picture.

Jan.30,2022
MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b42a3f-2c632.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b42a3f-2c632.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?