Finder UI
Sidebar tree, breadcrumbs, back/forward, responsive toolbar with overflow ⋮ menu.
Sidebar tree, MIME icons, drag-and-drop upload, clipboard, Get Info, and a files table — scoped per record with a clean authorizer contract.

Desktop file manager muscle — Livewire panel manners.
Sidebar tree, breadcrumbs, back/forward, responsive toolbar with overflow ⋮ menu.
Drag-and-drop, typed icons (PDF, Office, zip, audio, video), extensions on labels.
Copy, cut, paste across folders — scoped to the owner model.
Inspector panel for size, MIME, timestamps, and labels.
Flat Filament table page for power users who prefer rows over icons.
Gate every action with a small contract — no global filesystem free-for-all.
Grid, list, toolbar, menus, Get Info, table, picker.







Composer → migrate → theme → plugin.
composer require ardavan/filament-file-explorer:"^0.5" -W
php artisan filament-file-explorer:install --migratephp artisan vendor:publish --tag=filament-file-explorer-assets --forceSPA docs: install, explorer, helpers, authorizers — no reload.
Built & maintained by Ardavan Shamroshan.