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

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

infinety-es/filemanager
=======================

Laravel 5 Filemanager

2.3.2(8y ago)332.2k7[1 issues](https://github.com/Krato/Laravel-5-File-Manager/issues)1MITHTMLPHP &gt;=5.5.9

Since Apr 14Pushed 8y ago6 watchersCompare

[ Source](https://github.com/Krato/Laravel-5-File-Manager)[ Packagist](https://packagist.org/packages/infinety-es/filemanager)[ Docs](https://github.com/Krato/Laravel-5-File-Manager)[ RSS](/packages/infinety-es-filemanager/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependencies (2)Versions (28)Used By (1)

FileManager for Laravel 5
=========================

[](#filemanager-for-laravel-5)

Custom file manager for Laravel 5

[![Latest Stable Version](https://camo.githubusercontent.com/a772a636adb6b45cecff313a7df829d804f902d1e8eec731f797a538571f7390/68747470733a2f2f706f7365722e707567782e6f72672f696e66696e6574792d65732f66696c656d616e616765722f762f737461626c653f666f726d61743d666c61742d737175617265)](https://packagist.org/packages/infinety-es/filemanager)[![Total Downloads](https://camo.githubusercontent.com/c13e198b735676ee8ad557cfba49f68c3b00f52d1e6cb80aebb6c547694e05fc/68747470733a2f2f706f7365722e707567782e6f72672f696e66696e6574792d65732f66696c656d616e616765722f646f776e6c6f6164733f666f726d61743d666c61742d737175617265)](https://packagist.org/packages/infinety-es/filemanager)[![StyleCI](https://camo.githubusercontent.com/aed996adef97af5a5214b25150d1fa5b0f0be01123abd3cdf0c72d97a93a32eb/68747470733a2f2f7374796c6563692e696f2f7265706f732f35363136353837312f736869656c64)](https://styleci.io/repos/56165871)[![License](https://camo.githubusercontent.com/e0da37a202fa45291fd7e14b35a45feb0226b1b8f35b8b4e051d4d9908fde9a9/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f696e66696e6574792d65732f66696c656d616e616765722e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/infinety-es/filemanager)

[![screenshot-1](https://cloud.githubusercontent.com/assets/74367/15646143/77016990-265c-11e6-9ecc-d82ae2c74f71.png)](https://cloud.githubusercontent.com/assets/74367/15646143/77016990-265c-11e6-9ecc-d82ae2c74f71.png)

### Changelog

[](#changelog)

v2.3 - Autoload provider for Laravel 5.5
v2.1 - Now, you can compress images (jpg or png). Automatic for uploads and rightMenu option also.
v2 - You can use with your original Laravel 5 files. Multiple fixes and addons.

### Installation

[](#installation)

First require this package:

```
composer require infinety-es/filemanager
```

Add the provider on ‘app.php’:

```
Infinety\FileManager\FileManagerServiceProvider::class,
```

Aliase to `Zipper` is automatic loaded from `FileManagerServiceProvider (It's required to download folders in zip format):

Publish config, views and public files:

```
php artisan vendor:publish --provider="Infinety\FileManager\FileManagerServiceProvider"
```

Then you need to modify options on new file on options `filemanager.php`

```
