PHPackages                             tsf/elfinder-laravel - 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. tsf/elfinder-laravel

AbandonedArchivedLibrary

tsf/elfinder-laravel
====================

A Laravel Bundle to integrate elFinder 2.0

43393JavaScript

Since Jun 15Pushed 7y ago2 watchersCompare

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

READMEChangelogDependenciesVersions (1)Used By (0)

elFinder Package for Laravel 4
------------------------------

[](#elfinder-package-for-laravel-4)

### Installation

[](#installation)

This project is a fork of:

Add this package to your composer.json and run composer update. Add the ServiceProvider to the providers array in app/config/app.php

```
'TSF\ElfinderLaravel\ElfinderServiceProvider'

```

You need to copy the assets to the public folder, using the following artisan command:

```
php artisan asset:publish tsf/elfinder-laravel

```

You can now add the routes for elFinder to your routes.php

```
Route::group(array('before' => 'auth'), function()
    {
        \Route::get('elfinder', 'TSF\ElfinderLaravel\ElfinderController@showIndex');
        \Route::any('elfinder/connector', 'TSF\ElfinderLaravel\ElfinderController@showConnector');
    });

```

Offcourse you can define your own filters/routes if you want.

### Configuration

[](#configuration)

The default configuration requires a directory called 'files' in the public folder. You can change this by publishing the config file.

```
php artisan config:publish tsf/elfinder-laravel

```

In your app/config/packages/tsf/elfinder-laravel, you can change the default folder, the access callback or define your own roots.

### CKEditor

[](#ckeditor)

You can add CKEditor integration by adding the following route:

```
\Route::get('elfinder/ckeditor', 'TSF\ElfinderLaravel\ElfinderController@showCKEditor');

```

Then in your scripts add the following:

```
CKEDITOR.editorConfig = function( config )
{
    // Define changes to default configuration here. For example:
    // config.language = 'fr';
    // config.uiColor = '#AADC6E';
    config.filebrowserBrowseUrl = '{{{ url("elfinder/ckeditor") }}}';
};
```

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity18

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity40

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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/67f8cf48a101d25f308fda73747b75bdbc179ac37ab6a3ea8d3747a3be36a29a?d=identicon)[marianperca](/maintainers/marianperca)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/tsf-elfinder-laravel/health.svg)

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

PHPackages © 2026

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