Closed guillaumebriday closed 4 years ago
Yes I did most of the job, but I'm stuck with the upgrade of spatie/laravel-medialibrary
to 8.x because to upgrade doc is not really helpful
That's would be great of you could help me to upgrade this library so I could merge the complete Laravel 8 upgrade!
Thanks a lot @bigtata !
@guillaumebriday Did you tried with reinstalling the package?
composer remove spatie/laravel-medialibrary
composer require spatie/laravel-medialibrary
Yep, but the code need to be changed too :/
I know. My issue is this sentence: Take a look in the source code of medialibrary what the new namespace of the class is and use that.
I don't understand how they ended up writing this thinking it was helpful...
I naively tried to update but I still have errors and not so much time to dive into them. :/
Hello, I can try to help you, I just discovered your project, will install it now and start a branch with laravel 8 soon after. Have you start poking around the update ? I'll start with https://laravel.com/docs/8.x/upgrade :)