2017 © Pedro Peláez
 

yii2-extension yii2-image-gallery

Yii2 image gallery

image

infoweb-internet-solutions/yii2-image-gallery

Yii2 image gallery

  • Thursday, February 25, 2016
  • by infoweb-internet-solutions
  • Repository
  • 5 Watchers
  • 1 Stars
  • 162 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 3 Forks
  • 6 Open issues
  • 11 Versions
  • 1 % Grown

The README.md

Image gallery extension for Yii 2

This extension provides a way to manage image galleries for your website., (*1)

Installation

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

Either run, (*3)

php composer.phar require --prefer-dist infoweb-internet-solutions/yii2-image-gallery "*"

or add, (*4)

"infoweb-internet-solutions/yii2-image-gallery": "*"

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

Usage

Once the extension is installed run this migration, (*6)

yii migrate/up --migrationPath=@infoweb/gallery/migrations

And modify backend/config/main.php as follows:, (*7)

return [
    ...
    'modules' => [
        'gallery' => [
            'class' => 'infoweb\gallery\Module',
        ],
    ],
    ...
];

Import the translations and use category infoweb/gallery:, (*8)

yii i18n/import @infoweb/gallery/messages

Configuration

All available configuration options are listed below with their default values., (*9)


allowContentDuplication (type: boolean, default: true)

If this option is set to true, the duplicateable jquery plugin is activated on all translateable attributes., (*10)


enableDescription (type: boolean, default: true)

If this option is set to true, it is possible to add a description., (*11)


enableDate (type: boolean, default: true)

If this option is set to true, it is possible to add a date., (*12)


defaultThumbnailWidth (type: integer, default: 250)

This sets the default width for thumbnails, (*13)


defaultThumbnailHeight (type: integer, default: 150)

This sets the default height for thumbnails, (*14)


The Versions

25/02 2016

dev-master

9999999-dev

Yii2 image gallery

  Sources   Download

MIT

The Requires

 

yii2 gallery image infoweb yii2-image-gallery

15/10 2015

dev-custom/rotarygenk

dev-custom/rotarygenk

Yii2 image gallery

  Sources   Download

MIT

The Requires

 

yii2 gallery image infoweb yii2-image-gallery

19/02 2015

1.0.8

1.0.8.0

Yii2 image gallery

  Sources   Download

MIT

The Requires

 

yii2 gallery image infoweb yii2-image-gallery

19/02 2015

1.0.7

1.0.7.0

Yii2 image gallery

  Sources   Download

MIT

The Requires

 

yii2 gallery image infoweb yii2-image-gallery

19/02 2015

1.0.6

1.0.6.0

Yii2 image gallery

  Sources   Download

MIT

The Requires

 

yii2 gallery image infoweb yii2-image-gallery

18/02 2015

1.0.5

1.0.5.0

Yii2 image gallery

  Sources   Download

MIT

The Requires

 

yii2 gallery image infoweb yii2-image-gallery

18/02 2015

1.0.4

1.0.4.0

Yii2 image gallery

  Sources   Download

MIT

The Requires

 

yii2 gallery image infoweb yii2-image-gallery

18/02 2015

1.0.3

1.0.3.0

Yii2 image gallery

  Sources   Download

MIT

The Requires

 

yii2 gallery image infoweb yii2-image-gallery

17/02 2015

1.0.2

1.0.2.0

Yii2 image gallery

  Sources   Download

MIT

The Requires

 

yii2 gallery image infoweb yii2-image-gallery

17/02 2015

1.0.1

1.0.1.0

Yii2 image gallery

  Sources   Download

MIT

The Requires

 

yii2 gallery image infoweb yii2-image-gallery

16/02 2015

1.0.0

1.0.0.0

Yii2 image gallery

  Sources   Download

MIT

The Requires

 

yii2 gallery image infoweb yii2-image-gallery