How to use imagine ( crop, thumb, effects for images ) on Yii2

Comparing #11 with #12

Revision #12 was created by Anas AbuDayah Anas AbuDayah on Oct 15, 2014, 2:27:23 PM.

fixes

Content

[...]
```php
"yiisoft/yii2-imagine": "*"
```

to the require section of your composer.json
. and run:
 
 
 
```php 
php composer.phar update
 
```
 


Examples of use
-----
To try this examples please place any photo in **web/img/test-photo.jpg** and see the result on **runtime** folder.
[...]