PHPackages                             smartystudio/gallerycrud - 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. smartystudio/gallerycrud

AbandonedArchivedLibrary[Admin Panels](/categories/admin)

smartystudio/gallerycrud
========================

Gallery management interface for Laravel using Backpack CRUD.

1.0.1(4y ago)0198MITPHPPHP ^7.3|^8.0

Since Jul 6Pushed 4y ago1 watchersCompare

[ Source](https://github.com/smartystudio/gallerycrud)[ Packagist](https://packagist.org/packages/smartystudio/gallerycrud)[ Docs](https://github.com/smartystudio/gallerycrud)[ RSS](/packages/smartystudio-gallerycrud/feed)WikiDiscussions master Synced today

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

GalleryCrud
===========

[](#gallerycrud)

An admin interface for [Laravel Backpack](laravelbackpack.com) to easily add, edit or remove Galleries.

It uses [Glide](http://glide.thephpleague.com/) and provides helper methods to serve the images in frontend blade templates.

Install
-------

[](#install)

1. In your terminal:

```
$ composer require smartystudio/gallerycrud -W
```

2. If your Laravel version does not have package autodiscovery then add the service provider to your config/app.php file:

```
Cviebrock\EloquentSluggable\ServiceProvider::class,
SmartyStudio\GalleryCrud\GalleryCRUDServiceProvider::class,
```

3. Publish the config file &amp; run the migrations

```
$ php artisan vendor:publish --provider="SmartyStudio\GalleryCrud\GalleryCRUDServiceProvider" #publish config, view  and migration files
$ php artisan migrate #create the gallery table
```

4. Configuration of file storage in `config/filesystems.php`.

```
'galleries' => [
    'driver' => 'local',
    'root' => storage_path('app/galleries'),
],
```

5. Configuration of file storage in config/elfinder.php:

```
'roots' => [
    [
        'driver'        => 'GalleryCrudLocalFileSystem',         // driver for accessing file system (REQUIRED)
        'path'          => '../storage/app/galleries',           // path to files - relative to `public` (REQUIRED)
        'URL'           => '/galleries', // URL to files (REQUIRED)
        'accessControl' => 'Barryvdh\Elfinder\Elfinder::checkAccess',
        'autoload'      => true,
        'tmbPath'       => '',
        'tmbSize'       => 150,
        'tmbCrop'       => false,
        'tmbBgColor'    => '#000',
    ],
],
```

6. \[Optional\] Configuration of Glide image path in `config/smartystudio/gallerycrud.php`.

```
'glide_path' => 'image',
```

7. \[Optional\] Add a menu item for it in resources/views/vendor/backpack/base/inc/sidebar.blade.php or menu.blade.php:

```
Galleries
```

How to use the package
----------------------

[](#how-to-use-the-package)

This package relies heavily on the `elFinder` File Manager in Bakpack.

- First create a gallery
- Select some images or upload new ones
- Save the gallery and edit it again
- Now you can edit the captions for the selected images
- Helper methods are now available to load the images using Glide.
- `image_url` can be used where the images is from a `browse` field type so it may already include the disk path

Change log
----------

[](#change-log)

Please see [CHANGELOG](CHANGELOG.md) for more information what has changed recently.

Testing
-------

[](#testing)

```
// TODO
```

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](CONTRIBUTING.md) for details.

Security
--------

[](#security)

If you discover any security related issues, please email us instead of using the issue tracker.

Credits
-------

[](#credits)

- Martin Nestorov - Web Developer @ Smarty Studio.
- All Contributors

License
-------

[](#license)

The SmartyStudio\\GalleryCRUD is open-source software licensed under the MIT license.

###  Health Score

26

—

LowBetter than 41% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity58

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 ~15 days

Total

2

Last Release

1807d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/4b0d8be99c9be0eee6152dc3be19a468ac8911c3cbe9306f1efc8efc692151e5?d=identicon)[mnestorov](/maintainers/mnestorov)

---

Top Contributors

[![mnestorov](https://avatars.githubusercontent.com/u/8516554?v=4)](https://github.com/mnestorov "mnestorov (5 commits)")

---

Tags

backpackbackpack-for-laravellaravellaravel-packagephpgallerylaravel backpackgalleriesbackpack crudmanage galleries

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/smartystudio-gallerycrud/health.svg)

```
[![Health](https://phpackages.com/badges/smartystudio-gallerycrud/health.svg)](https://phpackages.com/packages/smartystudio-gallerycrud)
```

###  Alternatives

[backpack/newscrud

An admin panel for news with categories and tags, using Backpack\\CRUD on Laravel 5.

238163.8k1](/packages/backpack-newscrud)[backpack/pagemanager

Create admin panels for presentation websites on Laravel, using page templates and Backpack\\CRUD.

376543.9k6](/packages/backpack-pagemanager)[unopim/unopim

UnoPim Laravel PIM

10.5k2.4k](/packages/unopim-unopim)[backpack/langfilemanager

An interface to edit language files, for Laravel Backpack.

90234.4k1](/packages/backpack-langfilemanager)[izica/relations-widgets-for-backpack

Widgets for preview model relations in laravel backpack

2930.2k](/packages/izica-relations-widgets-for-backpack)[onkbear/backpack-nested-crud

208.4k](/packages/onkbear-backpack-nested-crud)

PHPackages © 2026

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