PHPackages                             wolfguard/yii2-gallery - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Image &amp; Media](/categories/media)
4. /
5. wolfguard/yii2-gallery

ActiveYii2-extension[Image &amp; Media](/categories/media)

wolfguard/yii2-gallery
======================

Yii2 module for image galleries with groups

v0.1.2(10y ago)0202[1 issues](https://github.com/wolfguarder/yii2-gallery/issues)BSD-3-ClausePHP

Since Sep 23Pushed 10y ago1 watchersCompare

[ Source](https://github.com/wolfguarder/yii2-gallery)[ Packagist](https://packagist.org/packages/wolfguard/yii2-gallery)[ RSS](/packages/wolfguard-yii2-gallery/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (3)Versions (4)Used By (0)

Image galleries
===============

[](#image-galleries)

Yii2 module for image galleries with groups

Installation
------------

[](#installation)

The preferred way to install this extension is through [composer](http://getcomposer.org/download/).

Either run

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

```

or add

```
"wolfguard/yii2-gallery": "*"

```

to the require section of your `composer.json` file.

After running

```
php composer.phar update

```

run

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

```

After that change your main configuration file `config/web.php`

```
