Download the PHP package moirei/media-library without Composer
On this page you can find all versions of the php package moirei/media-library. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package media-library
Laravel Media Library
Laravel application media content management made easy.
Documentation
All documentation is available at the documentation site.
:green_heart: Features
- Image URL manipulation: manipulate uploaded images with Cloud Image compatible API for your responsive frontend
- Eloquent models: associate files with Eloquent models. Attach different file types (video, images) to different model attributes with polymorphic many-to-many while having the ability to fully configure model-specific uploads.
- Secure: public, signed, and protected endpoints and file sharing and downloads regardless of storage disk. Includes configurable middleware per API endpoints for fine-grained permissions and authorization
- File sharing: securely share files a directories with anyone. Including none registered users.
- Uploads: upload by external URL, local path, File or request UploadFile. The package exposes internal API endpoints for uploads, downloads, streams and other admin operations
- Control: control uploads and shared files by types, size, size per type
- Responsive images: automatically resize images on uploads for responsive frontend
- Storage system: provides media storage namespacing for multi-tenant and multi-domain uploads with varying configurations.
- Rich text attachments: seamlessly management attachments and integrate model text fields
Installation
Publish the config
Prepare the database
Then run the migrations
Changelog
Please see CHANGELOG.
Credits
- This package was inspired by classic-o/nova-media-library, an excellent package for Laravel Nova
- Augustus Okoye
License
The MIT License (MIT). Please see License File for more information.
All versions of media-library with dependencies
PHP Build Version
Package Version
Requires
php Version
^7.2|^8.0
illuminate/console Version ^7.0|^8.0|^9.0
illuminate/database Version ^7.0|^8.0|^9.0
illuminate/http Version ^7.0|^8.0|^9.0
illuminate/routing Version ^7.0|^8.0|^9.0
illuminate/support Version ^7.0|^8.0|^9.0
intervention/image Version ^2.7
league/flysystem Version ^3.0
intervention/imagecache Version ^2.5
illuminate/console Version ^7.0|^8.0|^9.0
illuminate/database Version ^7.0|^8.0|^9.0
illuminate/http Version ^7.0|^8.0|^9.0
illuminate/routing Version ^7.0|^8.0|^9.0
illuminate/support Version ^7.0|^8.0|^9.0
intervention/image Version ^2.7
league/flysystem Version ^3.0
intervention/imagecache Version ^2.5
The package moirei/media-library contains the following files
Loading the files please wait ....