Skip to content

Commit

Permalink
Update Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
yasmuru committed Nov 15, 2016
1 parent b4fd0e0 commit 4fdc9eb
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,25 @@
# ysTinify-laravel
Tinify API support with laravel

[![Latest Version on Packagist](https://img.shields.io/packagist/v/yasmuru/ys-tinify-laravel.svg?style=flat-square)](https://packagist.org/packages/yasmuru/ys-tinify-laravel)

## Install

``` bash
$ composer require yasmuru/ys-tinify-laravel
```

Add this to your config/app.php,

under "providers":
```php
yasmuru\LaravelTinify\LaravelTinifyServiceProvider::class,
```
uder "aliases":

```php
'Tinify' => yasmuru\LaravelTinify\Facades\Tinify::class
```


And set a env variable `TINIFY_APIKEY`

0 comments on commit 4fdc9eb

Please sign in to comment.