Download the PHP package neonbug/meexo-gallery without Composer
On this page you can find all versions of the php package neonbug/meexo-gallery. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Informations about the package meexo-gallery
Gallery module for Meexo CMS
Use gallery images as data type in other modules
-
Open your module's model (e.g.
/Models/Shop.php
) and implement\Neonbug\Gallery\Traits\GalleryImagesTraitInterface
interface.Example:
-
Use trait
\Neonbug\Gallery\Traits\GalleryImagesTrait
in your module's ServiceProvider (e.g./Providers/ServiceProvider.php
.Example:
-
Add a field (or multiple) with type
gallery_admin::add_fields.gallery_images
in your module's config file (e.g./config/shop.php
).Example:
-
To load images, use
getImages
method onGalleryRepository
. It returns a collection ofGalleryImage
objects.Example:
-
To display images in views, use
getPath
method onGalleryImage
to get the image path.Example:
License
Available under the MIT license.
All versions of meexo-gallery with dependencies
bkwld/croppa Version ~4.0
flowjs/flow-php-server Version ^1.0.3