laravel-admin/media-manager
Laravel Media Manager adds an Eloquent Media model for your storage, auto 1‑n media relations via a trait, image styles with caching, and Vue (Bootstrap 3) components for browsing/uploading. Includes upload helper with pluggable drivers and multi-disk support.
Full Changelog: https://github.com/laravel-admin/media-manager/compare/v6.1.6...v6.1.7
Full Changelog: https://github.com/laravel-admin/media-manager/compare/v6.1.3...v6.1.4
Updated effects for intervention image 3.0
Full Changelog: https://github.com/laravel-admin/media-manager/compare/v6.1.2...v6.1.3
It is now possible to add allowed_filetypes to media config. It is now possible to add filetypes and a description to the MediaItem field.
It is now possible to use ResizeCanvas
Added max_filesize size to uploads. Catch the exception for a file that does not exist.
Make formatter in list fields optional. The id is leading.
In this release we made the Media Manager compatible with the Base and Crud module.
For the base module the Media Manager admin routes are now within the for admin defined base routes.
For the Crud module we made a MediaItem field and the Media admin module is now available as a Crud module.
Fix issues when multiple managers on one page
Make compatible with Vue 2
Moved the repo to the new organisation Laravel-admin.
Due to this change you need to update your classes where you use the MediaManager package from Marcoboom\Laravel-Media-Manager to LaravelAdmin\MediaManager.
Fix issue #3
Fix issues with buttons by preventing default and solve an issue with generating the default url of a media item which is stored local.
Fix issue with autoloading of the module.
Initial release
How can I help you explore Laravel packages today?