Spatie Media Library File Upload::getUploadedFileUsing does not exist.
i have installed all the required dependencies for the spatie media library plugin, but when using the form component, i am presented with this error.
5 Replies
Check the current versions of the filament & Spatie Media Library that you are using. Yesterday, I was using filament 2.17.50 and then installed Spatie Media Library 3.XX, and the same ERROR occurred. After changing to 2.XX, it worked normally.
Hope this helps
@IT-percy
do you have a link for the version 2 of the spatie media library plugin, i cant seem to find it.
composer require filament/spatie-laravel-media-library-plugin:"2.17.51"
https://packagist.org/packages/filament/spatie-laravel-media-library-plugin
filament/spatie-laravel-media-library-plugin - Packagist
Filament support for
spatie/laravel-medialibrary
.thankyou very much
Thanks @IT-percy