Error trying to install Media Library Manager
When i try to install Media Library Manager i get the following error.
Im running laravel 10.
17 Replies
You need to upgrade your laravel tags version first.
Full error ^^
Something is preventing you from upgrading some of your packages. Latest tags is 4.5.1.
Is there a way to update all packages?
Is that composer update?
Yes. But it sounds like something is locked to a specific version.
My composer file does not have
laravel-tags
What does the require key in your composer.json look like.?
Why are you linking to so many dev repos. My guess is it’s something in one of those.
What do you mean with linking?
When you use a version like “dev-main” etc you’re not pulling in the released version of the packages.
You would typically do that with a forked local copy of a repo. And if you’re doing that then you’d have to manually merge any any updates to those packages into your local version.
Ah it defaults to dev-main cus i have minimum-stability set to dev
It shouldn’t.
Solution
"prefer-stable" was on false
There it is.
Like Tiptap editor should be “^3.0” not “3.x-dev”
All working now. Thx for the help.
Other quest does
Media Library Manager
have a media management page?
Nevermind alread see it