Skip to content
This repository has been archived by the owner on Jan 24, 2020. It is now read-only.

jayked/laravel-filemanager

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Laravel Filemanager

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

About

Laravel file manager (for CKEditor and TinyMCE) with multi-users support.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 56.7%
  • HTML 40.0%
  • JavaScript 2.6%
  • CSS 0.7%