Image optimization / compression library. This library is able to optimize png, jpg and gif files in very easy and handy way. It uses optipng, pngquant, pngcrush, pngout, gifsicle, jpegoptim and jpegtran tools.
Right now, when installing the package on a production server, the tests get installed as well. This can be avoided by adding a .gitattributes file. In this file you can specify which files should not be used when installing the package somewhere.
Right now, when installing the package on a production server, the tests get installed as well. This can be avoided by adding a
.gitattributes
file. In this file you can specify which files should not be used when installing the package somewhere.Here's an example of such a file: https://github.com/spatie/laravel-backup/blob/master/.gitattributes
There are no downsides of adding such a file, so I highly recommend adding one to this package.