Localhost Install Issue with media library

Laraship QuestionsCategory: TechnicalLocalhost Install Issue with media library
tsalivesignals asked 5 years ago
Hi We are receiving error on localhost install: php artisan migrate:fresh --seed PHP Fatal error: Interface 'Spatie/Media/Library/HasMediaInterfaces/HasMediaConversions' not found in /Users/pp/Downloads/laraship-subscriptions/Corals/core/User/Models/User.php on line 27 Attached the log file also. Thanks Steve
Attachments
2 Answers
Best Answer
laraship Staff answered 5 years ago

Hello,

Our team has confirm the issue is related with the release of yesterday of spatie/medialibrary 6.9.1

and the above workaround should fix it

https://www.screencast.com/t/hW1Hu2W4Z

laraship Staff answered 5 years ago

Hello,

Can you please change the line #27 from

    "spatie/laravel-medialibrary": "^6.6",

to

    "spatie/laravel-medialibrary": "6.9",

and run composer update again