PHPackages                             johan-code/backpack-image-uploader - 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. [Image &amp; Media](/categories/media)
4. /
5. johan-code/backpack-image-uploader

AbandonedArchivedLibrary[Image &amp; Media](/categories/media)

johan-code/backpack-image-uploader
==================================

uploader images with preview for backpack crud

v1.1.5(7y ago)2100[1 issues](https://github.com/johangit/backpack-image-uploader/issues)MITPHP

Since Aug 23Pushed 5y ago1 watchersCompare

[ Source](https://github.com/johangit/backpack-image-uploader)[ Packagist](https://packagist.org/packages/johan-code/backpack-image-uploader)[ Docs](https://github.com/johangit/backpack-image-uploader)[ RSS](/packages/johan-code-backpack-image-uploader/feed)WikiDiscussions master Synced 2w ago

READMEChangelog (6)DependenciesVersions (8)Used By (0)

**This package is not maintained now**

Laravel Backpack image uploader widget
======================================

[](#laravel-backpack-image-uploader-widget)

Images uploader with preview for backpack crud.

Install on Laravel 5.5
----------------------

[](#install-on-laravel-55)

1. Require **[image-thumbs](https://github.com/johangit/image-thumbs)**
2. Install using composer (run in your terminal):

```
composer require johan-code/backpack-image-uploader
```

2. Publish (run in your terminal):

```
php artisan vendor:publish --provider="JohanCode\BackpackImageUploader\ServiceProvider"
```

3. Create table for temp images (run in your terminal):

```
php artisan migrate
```

4. Make sure the folder for uploading exist

Install on Laravel 5.4
----------------------

[](#install-on-laravel-54)

Add service provider in `config/app.php`:

```
'providers' => [
    ...
    JohanCode\BackpackImageUploader\ServiceProvider::class,
    ...
]
```

... and follow main instruction.

###  Health Score

28

—

LowBetter than 52% of packages

Maintenance10

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity68

Established project with proven stability

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

Recently: every ~130 days

Total

6

Last Release

2682d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/7022285?v=4)[Misha](/maintainers/johangit)[@johangit](https://github.com/johangit)

---

Top Contributors

[![johangit](https://avatars.githubusercontent.com/u/7022285?v=4)](https://github.com/johangit "johangit (21 commits)")

---

Tags

laravelimagebackpack

### Embed Badge

![Health badge](/badges/johan-code-backpack-image-uploader/health.svg)

```
[![Health](https://phpackages.com/badges/johan-code-backpack-image-uploader/health.svg)](https://phpackages.com/packages/johan-code-backpack-image-uploader)
```

PHPackages © 2026

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