tadcms/filemanager

The file manager intended for using Laravel with TinyMCE. File manager in table database, do not browse on the server folder.

Installs: 8

Dependents: 1

Suggesters: 0

Security: 0

Stars: 1

Watchers: 1

Forks: 1

Open Issues: 0

Language:JavaScript

2.0.0 2025-05-18 10:05 UTC

This package is auto-updated.

Last update: 2025-05-18 13:24:03 UTC


README

The file manager intended for using Laravel with CKEditor / TinyMCE. File manager in table database, do not browse on the server folder. File Manager demo

Features

  • DB media and media folder
  • Chunk upload support
  • CKEditor and TinyMCE integration
  • Uploading validation
  • Cropping and resizing of images
  • Add custom support type
  • Image optimize after upload
  • Multi media select

Install

  • Install package
composer require juzaweb/file-manager
  • Publish the package’s config and assets:
php artisan vendor:publish --tag=config
php artisan vendor:publish --tag=assets
  • Migration
php artisan migrate
  • Create symbolic link:
php artisan storage:link
  • Edit routes/web.php
Route::group(['prefix' => 'file-manager', 'middleware' => ['web', 'auth']], function (){
    \Juzaweb\FileManager\Media::browser();
});

Usage

Updating...

Credits

Laravel File Manager

License

The Laravel File Manager package is open-sourced software licensed under the MIT license.