PHPackages                             devsemicolon/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. devsemicolon/filemanager

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

devsemicolon/filemanager
========================

A File Manager Package for Laravel

1.0.0(3y ago)015PHP

Since Mar 9Pushed 3y ago1 watchersCompare

[ Source](https://github.com/devsemicolon/filemanager)[ Packagist](https://packagist.org/packages/devsemicolon/filemanager)[ RSS](/packages/devsemicolon-filemanager/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (2)Used By (0)

Laravel File Manager
====================

[](#laravel-file-manager)

Laravel File Manager for v5.8.

Installation
============

[](#installation)

1. Install package - using composer

```
composer require devsemicolon/filemanager

```

2. Publish the provider

```
php artisan vendor:publish --tag=filemanager

```

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

21

—

LowBetter than 18% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity45

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

Unknown

Total

1

Last Release

1166d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/6e790af2bf9f0f86a90973708f0469191cca7e52f87e8398f8ad40840c085618?d=identicon)[devsemicolon](/maintainers/devsemicolon)

---

Top Contributors

[![devsemicolon](https://avatars.githubusercontent.com/u/42674825?v=4)](https://github.com/devsemicolon "devsemicolon (13 commits)")

### Embed Badge

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

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

###  Alternatives

[knplabs/gaufrette

PHP library that provides a filesystem abstraction layer

2.5k39.8M123](/packages/knplabs-gaufrette)[google/cloud-storage

Cloud Storage Client for PHP

34390.8M125](/packages/google-cloud-storage)[illuminate/filesystem

The Illuminate Filesystem package.

15261.6M2.6k](/packages/illuminate-filesystem)[superbalist/flysystem-google-storage

Flysystem adapter for Google Cloud Storage

26320.6M30](/packages/superbalist-flysystem-google-storage)[creocoder/yii2-flysystem

The flysystem extension for the Yii framework

2931.7M62](/packages/creocoder-yii2-flysystem)[flowjs/flow-php-server

PHP library for handling chunk uploads. Works with flow.js html5 file uploads.

2451.6M15](/packages/flowjs-flow-php-server)

PHPackages © 2026

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