ys-tinify-laravel
ys-tinify-laravel copied to clipboard
Tinify API support with laravel
Even though TinyPNG has this package on their website, this seems*very* abandoned. Either put that in the readme, remove the package or try to update it. Thank you. (Would love...
I could not see how much is compressed per month. Now i can! $tinifymonth = Tinify::compressionCount(); // compressed per month $tinifymonth = 500 - Tinify::compressionCount(); // compressions left
Please update for laravel 6 , thank you 🙇
Hey, I am new to Laravel environment. Kindly assist me. I have installed your package but i am not able to use it in the controller where i need to...
Hello! Tinify cannot save a file to the storage or to the public folder. Permission denied error was thrown. Now, how can I save compressed files? :)