PHPackages                             takshak/adash-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. [Admin Panels](/categories/admin)
4. /
5. takshak/adash-gallery

ActiveLibrary[Admin Panels](/categories/admin)

takshak/adash-gallery
=====================

Image Gallery for adash admin panel

2.1.0(1y ago)038MITBlade

Since Jul 19Pushed 1y ago1 watchersCompare

[ Source](https://github.com/takshaktiwari/adash-gallery)[ Packagist](https://packagist.org/packages/takshak/adash-gallery)[ RSS](/packages/takshak-adash-gallery/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (6)Dependencies (1)Versions (7)Used By (0)

Introduction
============

[](#introduction)

An extension for slider for takshak/adash package to create and manage image and video galleries. Structure of gallery and images are so that, one image can be in multiple galleries and a gallery can contain multiple images.

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

[](#installation)

Require the package with composer

```
composer require takshak/adash-gallery

```

Run migration and publish the files

```
php artisan vendor:publish --tag=agallery-seeders
php artisan migrate
php artisan db:seed --class=GallerySeeder

```

Publish views and config for further customization

```
php artisan vendor:publish --tag=agallery-views
php artisan vendor:publish --tag=agallery-seeders
php artisan vendor:publish --tag=agallery-routes

```

Add links in admin sidebar menu using component ``

You can set the layout of the gallery and gallery's cover image size. This packages comes with some frontend pages and components which you can integrate in your app. There are two layouts for gallery 'grid' and 'masonry'. You can set the layout in config file. Default layout is 'grid' you can activate 'masonry' layout by passing layout=masonry parameter in url, eg. `[https://domain.com]/galleries?layout=masonry`.

Available routes for front pages are:

```
[https://domain.com]/galleries
[https://domain.com]/galleries/groups
[https://domain.com]/galleries/{gallery:slug}

```

You can use component `` to list featured galleries anywhere in you projects. This component contains following parameters:

- lines (int): to define the number of lines for gallery name.
- items (int): define how many featured images will be listed with this component.
- masonry (bool): to set manually masonry effect.

This package uses **fancybox** lightbox for image galleries. To customize front pages, you need to publish the views and customize as per your need.

###  Health Score

31

—

LowBetter than 68% of packages

Maintenance47

Moderate activity, may be stable

Popularity8

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity52

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~200 days

Recently: every ~242 days

Total

6

Last Release

390d ago

Major Versions

1.0.1 → 2.0.02025-04-13

### Community

Maintainers

![](https://www.gravatar.com/avatar/c20abfe33a88ffe808d63e38e4cbecc9c493458cff8b3d8338ccf846395f57a8?d=identicon)[takshaktiwari](/maintainers/takshaktiwari)

---

Top Contributors

[![takshaktiwari](https://avatars.githubusercontent.com/u/58802422?v=4)](https://github.com/takshaktiwari "takshaktiwari (14 commits)")

---

Tags

laraveldashboardimage galleryadmin-panelpanel

### Embed Badge

![Health badge](/badges/takshak-adash-gallery/health.svg)

```
[![Health](https://phpackages.com/badges/takshak-adash-gallery/health.svg)](https://phpackages.com/packages/takshak-adash-gallery)
```

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
