Download the PHP package alex290/yii2-images without Composer
On this page you can find all versions of the php package alex290/yii2-images. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download alex290/yii2-images
More information about alex290/yii2-images
Files in alex290/yii2-images
Download alex290/yii2-images
More information about alex290/yii2-images
Files in alex290/yii2-images
Vendor alex290
Package yii2-images
Short Description yii2 images module for storing images
License BSD-3-Clause
Package yii2-images
Short Description yii2 images module for storing images
License BSD-3-Clause
Please rate this library. Is it a good library?
Informations about the package yii2-images
yii2-images
Модуль поддерживает библиотеки Imagick и GD, вы можете настроить его в настройках модуля.
Пример использования:
Детали
-
Получить изображения
-
Удалить изображение / изображения
-
Установить основное изображение
-
Получить размеры изображения
- Получить оригинальное изображение
Установка
-
Запустить
php composer.phar require --prefer-dist alex290/yii2-images "*"
или добавить
"alex290/yii2-images": "*"
в секцию require вашего
composer.json
файла. -
run
php composer.phar update
-
run migrate
php yii migrate/up --migrationPath=@vendor/alex290/yii2-images/migrations
-
Настройка модуля
- attach behaviour to your model (be sure that your model has "id" property)
Thats all!
All versions of yii2-images with dependencies
PHP Build Version
Package Version
Requires
yiisoft/yii2 Version
*
The package alex290/yii2-images contains the following files
Loading the files please wait ....