unisharp/laravel-filemanager
UniSharp Laravel Filemanager adds a responsive web-based file manager to Laravel apps. Browse, upload, organize and delete files and images, integrate with editors like TinyMCE/CKEditor, configure disks, permissions, and customization options.
Content Management & Media Workflows:
Roadmap Prioritization:
Use Cases:
<input type="file"> forms) with a modern, responsive UI.Adopt If:
fileinfo).Look Elsewhere If:
*"This package lets us ship a media management system in days instead of months by leveraging a battle-tested, open-source solution for Laravel. It handles:
*"Pros:
Trade-offs:
Recommendation: Adopt for [use case X]. Allocate 1–2 dev days for integration (routes, middleware, WYSIWYG config). Example:
// routes/web.php
Route::group(['prefix' => 'filemanager', 'middleware' => ['auth']], function () {
\UniSharp\LaravelFilemanager\Lfm::routes();
});
```"*
How can I help you explore Laravel packages today?