☕
hotCoffee
  • Introduction
  • ⚙️ GETTING STARTED
    • Installation
    • Resources & Credits
      • Argon Dashboard Free
      • Material Kit Free
      • Font Awesome
      • Laravel Packages
  • 🗂️ Modules
    • Dashboard
    • Menus
    • Articles
    • Info Pages
    • File Manager
    • Users
    • Roles
    • Settings
  • ⚒️ CUSTOMIZATION & LOGIC
    • Routing
    • Configuration
    • Adding Settings
    • Multilanguage
    • Helper Methods
    • Searching Models
    • Exporting
    • Traits
    • Extending Modules
    • Artisan Commands
Powered by GitBook
On this page
  • Usage
  • File Upload Problems
  1. 🗂️ Modules

File Manager

PreviousInfo PagesNextUsers

Last updated 5 years ago

Usage

HotCoffee has a file manager module which allows you to upload, re-name, delete and organize files. It's possible to drag and drop to upload multiple files at ones. The manager can also be accessed when inserting media or images from the WYSIWYG editor by clicking this icon . You can then link any existing file or upload a new one. All the related configurations are stored in config/lfm.php.

File Upload Problems

If you are getting an error when trying to upload large files try changing max_file_upload and file_upload_size in your PHP settings.

Learn more about the file manager package .

UniSharp/laravel-filemanager