PHPackages                             semilara/filemanager - 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. [File &amp; Storage](/categories/file-storage)
4. /
5. semilara/filemanager

ActiveLibrary[File &amp; Storage](/categories/file-storage)

semilara/filemanager
====================

Filemanager for Laravel for images

v0.2.0(5y ago)122MITPHP

Since Aug 22Pushed 5y ago1 watchersCompare

[ Source](https://github.com/niraj-semicolon/laravel-imagemanager)[ Packagist](https://packagist.org/packages/semilara/filemanager)[ RSS](/packages/semilara-filemanager/feed)WikiDiscussions master Synced 1w ago

READMEChangelogDependenciesVersions (5)Used By (0)

Laravel Imagemanager
====================

[](#laravel-imagemanager)

Laravel Image Manager for v5.8.

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

[](#installation)

1. Add `"semilara/filemanager": "dev-master"` in your `composer.json`
2. Run `composer update` from your terminal.
3. Add ServiceProvider to Providers array in `config/app.php``Semilara\Filemanager\FilemanagerServiceProvider::class,`
4. Publish `php artisan vendor:publish --provider="Semilara\Filemanager\FilemanagerServiceProvider" --tag="filemanager" --force`

Usage
-----

[](#usage)

1. Add site's non public url to .env's `APP_URL`
2. Add these scripts to footer of the page you want to set filemanager to, or set it on global footer

```

```

3. Add these to `` tag

```

```

Note: No need to add csrf-token,app.js and app.css if you are already added.

4. Add following code to blade file enable file manager

```

    Set image

```

Note : if you want to use multiple thumbnails on single page then make sure to make id="thumb-placement" unique and take name="image" as an array name="image\[\]"

Change config
-------------

[](#change-config)

All the default config are set in `config/imagemanager.php`

1. Change default folder to load in imagemanager, update imagemanager\_path variable. Path should be from root folder

```
	'imagemanager_path' => 'storage/app/public',

```

2. Change supported image types, update allowed\_file\_extension and allowed\_file\_mime\_types variables.

```
	'allowed_file_extension' => ['jpg','jpeg','gif','png','webp'],
	'allowed_file_mime_types' => ['image/jpeg','image/pjpeg','image/png','image/x-png','image/gif','image/webp'],

```

3. Change Imagemanager list thumbnail width and height, update thumbnail\_height and thumbnail\_weight variables.

```
	'thumbnail_height' => '100',
	'thumbnail_width' => '100',

```

Credit
------

[](#credit)

- [@opencart](https://github.com/opencart) We are inspired by Opencart's Filemanager and have used the code to develop this package.
- [@savanihd](https://github.com/savanihd) Got inspired by Hardik's code () for lazyloading in image manager

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity48

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

Total

4

Last Release

2088d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/96b71182711076bf4828effc3194464bf7e52a24669a99595861f465599eeb2f?d=identicon)[niraj\_semicolon](/maintainers/niraj_semicolon)

---

Top Contributors

[![niraj-semicolon](https://avatars.githubusercontent.com/u/47597087?v=4)](https://github.com/niraj-semicolon "niraj-semicolon (10 commits)")

---

Tags

laravelfilemanagerimagemanager

### Embed Badge

![Health badge](/badges/semilara-filemanager/health.svg)

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

###  Alternatives

[infinety-es/nova-filemanager

Filemanager tool for Laravel Nova

219365.7k4](/packages/infinety-es-nova-filemanager)[haruncpi/laravel-simple-filemanager

A simple filemanager for Laravel

10535.7k](/packages/haruncpi-laravel-simple-filemanager)[itskodinger/midia

Simple Media manager for your Laravel project

1415.8k](/packages/itskodinger-midia)[stepanenko3/nova-filemanager

File manager tool for Laravel Nova

1633.5k2](/packages/stepanenko3-nova-filemanager)

PHPackages © 2026

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