mmes-design/filament-file-manager
最新稳定版本:v1.6.1
Composer 安装命令:
composer require mmes-design/filament-file-manager
包简介
A beautiful file manager plugin for Filament. Browse, upload, rename, move and delete files with ease.
README 文档
README
A powerful file manager plugin for Filament. Browse, upload, rename, move, and delete files directly from your admin panel.
Features
- File Manager page with grid and list views
- Sorting by name, size, date, and type
- Drag-and-drop file upload with size and batch limits
- Create, rename, move, and delete files and folders
- Bulk operations (delete, move) with multi-select
- Breadcrumb navigation
- Keyboard shortcuts (Ctrl+A, Delete, F2, Escape)
- File preview for images, video, audio, code, and documents
- Automatic thumbnail generation for images
FilePickerform component for selecting files in your resourcesRichEditorandMarkdownEditorintegration- Granular permissions (access, upload, download, delete, rename, move, create folder)
- Dark mode support
- Translations (English, Italian)
- Security: path sanitization and blocked dangerous extensions
Requirements
- PHP 8.2+
- Laravel 11+
- Filament 5+
Installation
composer require mmes-design/filament-file-manager
Register the plugin in your panel provider:
use MmesDesign\FilamentFileManager\FileManagerPlugin; public function panel(Panel $panel): Panel { return $panel ->plugins([ FileManagerPlugin::make(), ]); }
Documentation
Full documentation is available at docs.mmes.dev/filament-file-manager.
PRO Version
Need remote disks (S3, GCS, FTP/SFTP), multi-disk switching, Spatie Media Library integration, and more? Check out Filament File Manager PRO.
License
The MIT License (MIT). Please see License File for more information.
统计信息
- 总下载量: 2.73k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 14
- 点击次数: 3
- 依赖项目数: 0
- 推荐数: 1
其他信息
- 授权协议: MIT
- 更新时间: 2026-02-21
