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

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

singlequote/laravel-filemanager
===============================

Google drive based filemanager. Lightweight and extreemly powerfull.

2.0.2(4y ago)87231[1 issues](https://github.com/singlequote/laravel-filemanager/issues)MITPHPPHP ^8.0

Since Oct 24Pushed 2y ago1 watchersCompare

[ Source](https://github.com/singlequote/laravel-filemanager)[ Packagist](https://packagist.org/packages/singlequote/laravel-filemanager)[ Docs](https://github.com/singlequote/laravel-filemanager)[ RSS](/packages/singlequote-laravel-filemanager/feed)WikiDiscussions master Synced yesterday

READMEChangelog (10)Dependencies (2)Versions (63)Used By (0)

Laravel filemanager
===================

[](#laravel-filemanager)

> This package is no longer maintained!

[![Latest Version on Packagist](https://camo.githubusercontent.com/c0cd223398132809f4453b63528987053bf04712600258a9f264ad5941e19a3e/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f73696e676c6571756f74652f6c61726176656c2d66696c656d616e616765722e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/singlequote/laravel-filemanager)[![Total Downloads](https://camo.githubusercontent.com/6c461fe324f1b63fba835c9f35e1d708daf7dd1c81d154c11c620df58d4758d6/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f73696e676c6571756f74652f6c61726176656c2d66696c656d616e616765722e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/singlequote/laravel-filemanager)

This package contains a light weight filemanager. It is build for easy intergration and easy to customize. It works only with laravel and uses a lot of laravels code. The code is clean and we want to keep it this way. offcourse this package will grow into an awesome filemanager where you can manage your files the way you want.

> Tested on laravel 8.\*

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

[](#installation)

You can install the package via composer:

```
composer require singlequote/laravel-filemanager

//publish resources
php artisan vendor:publish --tag=laravel-filemanager-resource

//publish assets
php artisan vendor:publish --tag=laravel-filemanager-assets

//publish config
php artisan vendor:publish --tag=laravel-filemanager-config

//publish locale
php artisan vendor:publish --tag=laravel-filemanager-locale

//publish images for file extensions
php artisan vendor:publish --tag=laravel-filemanager-images
```

Quick start
-----------

[](#quick-start)

Download the package, publish the config and the assets (or just the images only) the package will auto require the script and styling files. The default route is `/filemanager` change it in the config

### Hard cache

[](#hard-cache)

The package (when enabled) will cache all the files inside the public folder. To instant load the files, paste this in your `public/.htaccess`

```
    # Serve cached images if available
    RewriteCond %{DOCUMENT_ROOT}/%{REQUEST_URI} -f
    RewriteRule . %{REQUEST_URI} [L]

```

### To do list

[](#to-do-list)

- Docs
- Sharing folders by link
- Sharing files by link
- Update design

[![Preview 1](https://camo.githubusercontent.com/ba0ec320db4afe75dfee7eced2d08d7119eeea1e1d5ac62930852a10c584a164/68747470733a2f2f692e6779617a6f2e636f6d2f32333062356262663338323838303764643966656533343064616536356562322e6a7067)](https://camo.githubusercontent.com/ba0ec320db4afe75dfee7eced2d08d7119eeea1e1d5ac62930852a10c584a164/68747470733a2f2f692e6779617a6f2e636f6d2f32333062356262663338323838303764643966656533343064616536356562322e6a7067)[![Preview 2](https://camo.githubusercontent.com/81786a2b5005ef5d81fa5301e902ba8ef3ae32e6ea9846588183efb5bcce2da3/68747470733a2f2f692e6779617a6f2e636f6d2f65323162363130613037353661366363373533643833306362376132306135652e6a7067)](https://camo.githubusercontent.com/81786a2b5005ef5d81fa5301e902ba8ef3ae32e6ea9846588183efb5bcce2da3/68747470733a2f2f692e6779617a6f2e636f6d2f65323162363130613037353661366363373533643833306362376132306135652e6a7067)

### Changelog

[](#changelog)

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

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

[](#contributing)

Yes please! Finish our work and create a merge request.

### Security

[](#security)

If you discover any security related issues, take a look at the issue tracker.

Postcardware
------------

[](#postcardware)

You're free to use this package, but if it makes it to your production environment we highly appreciate you sending us a postcard from your hometown, mentioning which of our package(s) you are using.

Our address is: Quotec, Traktieweg 8c 8304 BA, Emmeloord, Netherlands.

Credits
-------

[](#credits)

- [Wim Pruiksma](https://github.com/wimurk)
- [All Contributors](../../contributors)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

36

—

LowBetter than 82% of packages

Maintenance18

Infrequent updates — may be unmaintained

Popularity20

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity80

Battle-tested with a long release history

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

Recently: every ~73 days

Total

58

Last Release

1483d ago

Major Versions

0.0.5 → 1.0.02019-03-15

1.2.8 → 2.0.02021-07-14

PHP version history (3 changes)0.0.1PHP ^7.0

1.2.0PHP ^7.4

2.0.0PHP ^8.0

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/14072334?v=4)[Wimurk](/maintainers/wimurk)[@wimurk](https://github.com/wimurk)

---

Top Contributors

[![wimurk](https://avatars.githubusercontent.com/u/14072334?v=4)](https://github.com/wimurk "wimurk (187 commits)")

---

Tags

filemanagerlaravellaravel-filemanagermedia-viewerfilesystemfilesmanagerfile manager

### Embed Badge

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

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

###  Alternatives

[league/flysystem

File storage abstraction for PHP

13.6k639.1M2.2k](/packages/league-flysystem)[league/flysystem-aws-s3-v3

AWS S3 filesystem adapter for Flysystem.

1.6k263.6M790](/packages/league-flysystem-aws-s3-v3)[unisharp/laravel-filemanager

A file upload/editor intended for use with Laravel 5 to 10 and CKEditor / TinyMCE

2.2k3.3M74](/packages/unisharp-laravel-filemanager)[league/flysystem-local

Local filesystem adapter for Flysystem.

226231.8M39](/packages/league-flysystem-local)[league/flysystem-memory

In-memory filesystem adapter for Flysystem.

8533.6M194](/packages/league-flysystem-memory)[creocoder/yii2-flysystem

The flysystem extension for the Yii framework

2931.7M62](/packages/creocoder-yii2-flysystem)

PHPackages © 2026

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