Skip to content

Commit

Permalink
support for glide 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
freekmurze committed Jan 29, 2015
2 parents 7f6ebcc + cad759e commit e67966d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ This package provides a Service Provider that allows you to very easily integrat
[Glide](http://glide.thephpleague.com/) is a easy on-demand image manipulation library written in PHP. It's part of the [League of Extraordinary Packages](http://thephpleague.com/).

Using this package you'll be able to generate image manipulations on the fly and generate URL's to those images. These URL's will be signed so only you will be able to specify which manipulations should be generated. Every manipulation will be cached.

It's also possible to generate an image manipulation separately and store it wherever you want.

## Installation
Expand Down Expand Up @@ -130,4 +131,5 @@ Currently this package only supports images stored on the local filesystem. Glid

## License

The MIT License (MIT). Please see [LICENSE](https://github.com/freekmurze/laravel-glide/blob/master/LICENSE) for more information.
The MIT License (MIT). Please see [LICENSE](https://github.com/freekmurze/laravel-glide/blob/master/LICENSE) for more information.

0 comments on commit e67966d

Please sign in to comment.