pmvc-plugin / thumbnail
PMVC Thumbnail Helper
0.2.1
2018-05-27 09:06 UTC
Requires
This package is auto-updated.
Last update: 2024-11-12 03:44:02 UTC
README
thumbnail
How to use
Thumb type
- type 0 (New size not equal defined size)
- type 1
- type 2
- type 3
- type 4
- type 5
Install with Composer
1. Download composer
- mkdir test_folder
- curl -sS https://getcomposer.org/installer | php
2. Install by composer.json or use command-line directly
2.1 Install by composer.json
- vim composer.json
{
"require": {
"pmvc-plugin/thumbnail": "dev-master"
}
}
- php composer.phar install
2.2 Or use composer command-line
- php composer.phar require pmvc-plugin/thumbnail