Looking to hire Laravel developers? Try LaraJobs

laravel-file-manager maintained by ca-santos

Description
File manager for Laravel
Last update
2026/08/21 19:10 (dev-master)
License
Downloads
3 451

Comments
comments powered by Disqus

Laravel File Manager

Latest Stable Version Total Downloads Latest Unstable Version License PHP Version Require

Laravel File Manager

This repository now bundles both halves of the project in a single place:

Documentation

Laravel File Manager Docs

Features

  • Frontend on Vue.js - now bundled in frontend/ (originally vue-laravel-file-manager)
  • Work with the file system is organized by the standard means Laravel Flysystem:
    • Local, (S)FTP, S3, Dropbox ...
    • The ability to work only with the selected disks
  • Several options for displaying the file manager:
    • One-panel view
    • One-panel + Directory tree
    • Two-panel
  • The minimum required set of operations:
    • Creating files
    • Creating folders
    • Copying / Cutting Folders and Files
    • Renaming
    • Uploading files (multi-upload)
    • Downloading files
    • Two modes of displaying elements - table and grid
    • Preview for images
    • Viewing images
    • Full screen mode
  • More operations (v.2):
    • Audio player (mp3, ogg, wav, aac), Video player (webm, mp4) - (Plyr)
    • Code editor - (Code Mirror)
    • Image cropper - (Cropper.js)
    • Zip / Unzip - only for local disks
  • Integration with WYSIWYG Editors:
    • CKEditor 4
    • CKEditor 5
    • TinyMCE 4
    • TinyMCE 5
    • SummerNote
    • Standalone button
  • ACL - access control list
    • delimiting access to files and folders
    • two work strategies:
      • blacklist - Allow everything that is not forbidden by the ACL rules list
      • whitelist - Deny everything, that not allowed by the ACL rules list
    • You can use different repositories for the rules - an array (configuration file), a database (there is an example implementation), or you can add your own.
    • You can hide files and folders that are not accessible.
  • Events (v2.2)
  • Thumbnails lazy load
  • Dynamic configuration (v2.4)
  • Supported locales : ru, en, ar, sr, cs, de, es, nl, zh-CN, fa, it, tr, fr, pt-BR, zh-TW, pl

In a new version 3

  • Version 3 only works with Laravel 9, 10 and 11!
  • Vue.js 3
  • Bootstrap 5
  • Bootstrap Icons