laravel-media-uploader
laravel-media-uploader copied to clipboard
This package used to upload files using laravel-media-library before saving model.
I think some codes in your package are harmful, for example: ```php protected $listen = [ MediaHasBeenAdded::class => [ ProcessUploadedMedia::class, ], ]; ``` I don't want your listener, :) I...
could you please tell us uploaded file size
i want to use https://spatie.be/docs/laravel-medialibrary/v9/advanced-usage/using-custom-properties with your package how can i make it ?
- Laravel is now supported from version 10.x and later. - Spatie media library updated to version 11.x. - Updated testbench to support Laravel 10.x and 11.x. - Updated ffmpeg.