Download the PHP package monstrex/media-storage without Composer
On this page you can find all versions of the php package monstrex/media-storage. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Informations about the package media-storage
Laravel Media Storage
This laravel package allow you to manage different media files in your project. The package was inspired by Spatie Medialibrary package. But this package also can handle files without binding to certain model's records. So you can use Spatie Medialibary way to store files or you can use independed media collection don't belong any models at all. Also the package can manipulate some image conversions.
Requirements
Laravel 8.*
Installing
composer require monstrex/media-storage
Publish config:
You may use your own way to generate target file names using custom generator in config file:
'url_generator' => MonstreX\MediaStorage\Services\URLGeneratorService::class,
Make migrations:
Adding
Retrieving
Modify
Removing
Testing
All tests provided.