mmes-design/filament-file-manager
A powerful file manager plugin for Filament. Browse, upload, rename, move, and delete files directly from your admin panel.

FilePicker form component for selecting files in your resourcesRichEditor and MarkdownEditor integrationcomposer 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(),
]);
}
Full documentation is available at docs.mmes.dev/filament-file-manager.
Need remote disks (S3, GCS, FTP/SFTP), multi-disk switching, Spatie Media Library integration, and more? Check out Filament File Manager PRO.
The MIT License (MIT). Please see License File for more information.
How can I help you explore Laravel packages today?