2017 © Pedro Peláez
 

yii2-extension yii2-gallery

Yii2 module for image galleries with groups

image

wolfguard/yii2-gallery

Yii2 module for image galleries with groups

  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 0 Forks
  • 1 Open issues
  • 4 Versions
  • 13 % Grown

The README.md

Image galleries

Yii2 module for image galleries with groups, (*1)

Installation

The preferred way to install this extension is through composer., (*2)

Either run, (*3)

php composer.phar require --prefer-dist wolfguard/yii2-gallery "*"

or add, (*4)

"wolfguard/yii2-gallery": "*"

to the require section of your composer.json file., (*5)

After running, (*6)

php composer.phar update

run, (*7)

yii migrate --migrationPath=@vendor/wolfguard/yii2-gallery/migrations

After that change your main configuration file config/web.php, (*8)

<?php return [
    ...
    'modules' => [
        ...
        'gallery' => [
            'class' => 'wolfguard\gallery\Module',
        ],
        ...
    ],
    ...
];

Usage

Once the extension is installed, you can access admin area with url gallery/admin/index., (*9)

To display gallery in frontend simply use this widget:, (*10)

<?= \wolfguard\gallery\widgets\Gallery::widget(['code' => 'gallery-code']); ?>

or make your own widget!, (*11)

The Versions

17/10 2015

dev-master

9999999-dev

Yii2 module for image galleries with groups

  Sources   Download

BSD-3-Clause

The Requires

 

by Ivan Fedyaev

yii2 module gallery images

23/09 2015

v0.1.2

0.1.2.0

Yii2 module for image galleries with groups

  Sources   Download

BSD-3-Clause

The Requires

 

by Ivan Fedyaev

yii2 module gallery images

23/09 2015

v0.1.1

0.1.1.0

Yii2 module for image galleries with groups

  Sources   Download

BSD-3-Clause

The Requires

 

by Ivan Fedyaev

yii2 module gallery images

23/09 2015

v0.1.0

0.1.0.0

Yii2 module for image galleries with groups

  Sources   Download

BSD-3-Clause

The Requires

 

by Ivan Fedyaev

yii2 module gallery images