giicms/yii2-images

dev-master 2016-06-21 01:53 UTC

This package is not auto-updated.

Last update: 2024-11-13 19:35:33 UTC


README

Yii2 Images

Installation

The preferred way to install this extension is through composer.

Either run

php composer.phar require "giicms/yii2-images" "dev-master"

or add

"giicms/yii2-images": "dev-master"

to the require section of your application's composer.json file.

Usage Example

 'modules' => [
        'images' => [
            'class' => 'giicms\images\Module',
        ],
  ],