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

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

frknikiz/laravel-quick-elfinder
===============================

Laravel Quick Elfinder package allows you to use Elfinder quickly.

1.1(10y ago)629Apache-2.0PHPPHP &gt;=5.4.0

Since Aug 3Pushed 10y agoCompare

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

READMEChangelogDependencies (2)Versions (2)Used By (0)

Laravel Quick Elfinder
======================

[](#laravel-quick-elfinder)

[![Total Downloads](https://camo.githubusercontent.com/45d6692c0c7e1d66f2e32df3e0208ba6ad89f14649b37a59878079ff85ee6590/68747470733a2f2f706f7365722e707567782e6f72672f66726b6e696b697a2f6c61726176656c2d717569636b2d656c66696e6465722f646f776e6c6f616473)](https://packagist.org/packages/frknikiz/laravel-quick-elfinder)[![License](https://camo.githubusercontent.com/d666c74a08b1775dd595a90547fd48c11dc9951976b3689e324f108bf9d79f93/68747470733a2f2f706f7365722e707567782e6f72672f66726b6e696b697a2f6c61726176656c2d717569636b2d656c66696e6465722f6c6963656e7365)](https://packagist.org/packages/frknikiz/laravel-quick-elfinder)

Laravel Quick Elfinder package allows you to use [Elfinder](https://github.com/barryvdh/laravel-elfinder) quickly.

> This packages is only available for Laravel 4.\*

Library Features
================

[](#library-features)

- Uses Laravel Elfinder Package
- fast,simple,not plagued by configuration

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

[](#installation)

Begin with installing this package through Composer. Edit your project's composer.json

```
"require": {
        "frknikiz/laravel-quick-elfider":"dev-master"
}

```

Or require Composer from the Terminal:

```
composer require frknikiz/laravel-quick-elfinder

```

Next, update Composer from the Terminal:

```
composer update

```

Open `app/config/app.php`, and add a new item to the providers array.

```
'Frknikiz\CustomElfinder\CustomElfinderServiceProvider'

```

Publish Elfinder config from the Terminal:

```
php artisan cfinder:pub

```

> Access to security "isAdminLogin" name, you must define a filter.

Publish Elfinder Asset from the Terminal:

```
php artisan elfinder:publish

```

Finally,Publish Quick Elfinder Asset from the Terminal:

```
php artisan asset:publish frknikiz/laravel-quick-elfinder

```

Usage
=====

[](#usage)

In the view file you want to use, call `Cutil::getjs()` method after you called the jQuery file

Example:

```

	Add İmage
	Remove İmage

	Add İmage
	Remove İmage

...

{{HTML::script('jquery.min.js')}}
{{Cutil::getJs()}}

```

In this sample above, when you click instance of "find" class, elfinder view will appear. After you choose your image source , image url will place in input.

"**find**" Class : Opens Elfinder Window

"**remove**" Class : Clears İnput

Event
-----

[](#event)

**imageSelected** : It is triggered after selecting pictures.

```
 $(document).on('imageSelected', function (e, data)
	{
		alert("Image Selected !!!"+data.path);
	});

```

References
==========

[](#references)

[Laravel Elfinder](https://github.com/barryvdh/laravel-elfinder)

License
=======

[](#license)

```
Copyright 2015 Furkan İKİZ.

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

   http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

```

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community2

Small or concentrated contributor base

Maturity58

Maturing project, gaining track record

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

3935d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/987dfa2c2587fb0db8f021ef368c04bd9e25b7ad05dab78cc37e911444de34c1?d=identicon)[frknikiz](/maintainers/frknikiz)

---

Tags

composerelfinderlaravellaravel-elfinderphplaravelpackageelfinderquicklaravel4.2

### Embed Badge

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

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

###  Alternatives

[aws/aws-sdk-php-laravel

A simple Laravel 9/10/11/12/13 service provider for including the AWS SDK for PHP.

1.7k35.6M75](/packages/aws-aws-sdk-php-laravel)[barryvdh/laravel-elfinder

A Laravel Package to integrate elFinder 2

7542.7M45](/packages/barryvdh-laravel-elfinder)[spatie/laravel-google-cloud-storage

Google Cloud Storage filesystem driver for Laravel

2408.9M13](/packages/spatie-laravel-google-cloud-storage)[oneofftech/laravel-tus-upload

Upload files to your Laravel application with the tus.io resumable upload protocol.

517.3k](/packages/oneofftech-laravel-tus-upload)[erlandmuchasaj/laravel-file-uploader

A simple package to help you easily upload files to your laravel project.

128.7k](/packages/erlandmuchasaj-laravel-file-uploader)

PHPackages © 2026

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