I assume you mean the following package. What image formats are you trying to use?
When you try to install the optimizers what problems are you having? Error messages would help. You can use docker on windows home with docker toolbox with VirtualBox
Summer Sale! All accounts are 50% off this week.
I've asked a similar question some time ago but didn't get any response. Did a lot of digging and asked the question in many chat groups, it seems like nobody ever tried using Spatie on Windows home. The issue is that I can easily set up and start using the package, but there is almost no way to set up those tools spatie uses. I considered using Docker, but I can not install Docker on Windows Home. So really stuck with tools, it throws no errors but doesn't really optimize images.
@AGILASADI - If you want go use the package your going to need to install the optimized software. I dont know what you have tried or what problems you faced.
To be honest though your best bet is going to be to use something like homestead using the virtualbox provider.
I would read the documentation carefully and follow along with a tutorial like (this is just first result of many from Google- find one you like/understand)
This will give you a linux server already setup for a laravel development environment which you can run the install commands from the package readme
sudo apt-get install jpegoptim
sudo apt-get install optipng
sudo apt-get install pngquant
sudo npm install -g svgo
sudo apt-get install gifsicle
Please or to participate in this conversation.