You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This package provides integration with the Tinify a.k.a TinyPNG API.
4
+
5
+
The package simply provides a Tinify facade that acts as a wrapper to the [tinify/tinfiy-php](https://github.com/tinify/tinify-php)
6
+
7
+
It was originaly developed by [Marvin Oßwald](https://github.com/marvinosswald/laravel-tinify)
8
+
9
+
I added functionality to use of laravel bulit in config cache helper which was having issues of returning null when configs are cached via `php artisan config:cache` because it was directly loading via `env` helper.
10
+
So, I converted it to use the api_key from config which can be defined to load from `env` and still use the
11
+
`php artisan config:cache command` and it works.
12
+
13
+
## Installation
14
+
15
+
Install via composer by adding the following to your composer.json:
0 commit comments