Skip to content

Commit b05af62

Browse files
author
igor
committed
Update README.md
1 parent c3e94c0 commit b05af62

File tree

1 file changed

+35
-1
lines changed

1 file changed

+35
-1
lines changed

README.md

Lines changed: 35 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,38 @@
1-
yii2-cron-log
1+
Cron log
22
=============
33

44
Component for logging cron jobs
5+
Yii2 Image Component
6+
==========
7+
8+
Provides methods for the dynamic manipulation of images. Various image formats such as JPEG, PNG, and GIF can be resized, cropped, rotated.
9+
10+
To use this extension, add to actions in your controller below code:
11+
12+
```php
13+
public function actions()
14+
{
15+
return [
16+
'cron' => 'yii2mod\cron\actions\CronLogAction',
17+
];
18+
}
19+
```
20+
21+
Installation
22+
------------
23+
24+
The preferred way to install this extension is through [composer](http://getcomposer.org/download/).
25+
26+
Either run
27+
28+
```
29+
php composer.phar require --prefer-dist yii2mod/yii2-cron-log "*"
30+
```
31+
32+
or add
33+
34+
```json
35+
"yii2mod/yii2-cron-log": "*"
36+
```
37+
38+
to the require section of your composer.json.

0 commit comments

Comments
 (0)