jayked/laravel-filemanager

This package is abandoned and no longer maintained. No replacement package was suggested.

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

1.1.5 2019-09-24 14:53 UTC

README

Latest Stable Version Total Downloads License

Read the docs live

A files and images management user interface with file uploading support. (Works well with CKEditor and TinyMCE)

PR is welcome!

Overview

  • The project was forked from unisharp/laravel-filemanager
  • Customizable routes and middlewares
  • Supported locales :
    • bg
    • en
    • es
    • fa
    • fr
    • nl
    • pt-BR
    • tr
    • zh-CN
    • zh-TW
  • Supports public and private folders for multi users
  • Supports multi-level folders
  • Supports using independently(see integration doc)

Documents

  1. Installation
  2. Intergration
  3. Config
  4. Customization

Compatibility

The jayked/laravel-filemanager is compatible with the following versions of Laravel:

  • 4.2 (Not tested, code should be compatible)
  • 5.0 (Not tested, code should be compatible)
  • 5.1 (Not tested, code should be compatible)
  • 5.2 (Tested)
  • 5.3 (Tested)
  • 5.4 (Tested)
  • 5.5 (Tested)
  • 5.6 (Not tested, code should be compatible)
  • 5.7 (Not tested, code should be compatible)
  • 5.8 (Tested)

Upgrade guide

  • composer update jayked/laravel-filemanager
  • php artisan vendor:publish --tag=lfm_view --force
  • php artisan vendor:publish --tag=lfm_config --force(remember to keep your previous settings in config/lfm.php)

Screenshots

  • List view :

FileManager screenshot 1

  • Grid view :

FileManager screenshot 2

Credits