Download the PHP package alex290/yii2-gallery without Composer
On this page you can find all versions of the php package alex290/yii2-gallery. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package yii2-gallery
Управление галереей в админки
Это расширение работает с расширением yii2-images
Установка
Предпочтительный способ установки этого расширения через composer.
Установить командой
php composer.phar require --prefer-dist alex290/yii2-gallery "*"
или добавить
"alex290/yii2-gallery": "*"
в секцию require вашего composer.json
файла.
Использование
use alex290\gallery\Gallery;
запустить виджет перед полем загрузкой файла
<div class="row">
<?= Gallery::widget(['modelsImages' => $model]) ?>
</div>
Если в одну колонку до добавляем параметр 'typeGalley' => 'pic'
Получается
<?= Gallery::widget(['modelsImages' => $model, 'typeGalley' => 'pic']) ?>
и в конфиге web.php
прописать
'modules' => [
'yii2gallery' => [
'class' => 'alex290\gallery\Module',
'layout' => false,
],
],
All versions of yii2-gallery with dependencies
PHP Build Version
Package Version
Requires
yiisoft/yii2 Version
*
The package alex290/yii2-gallery contains the following files
Loading the files please wait ....