Laravel 11 & Filament - Plugin Installation Fails

Problem 1
- Root composer.json requires parallax/filament-comments * -> satisfiable by parallax/filament-comments[1.0.0, ..., 1.1.0].
- parallax/filament-comments[1.0.0, ..., 1.1.0] require illuminate/contracts ^10.0 -> found illuminate/contracts[v10.0.0, ..., v10.48.2] but these were not loaded, likely because it conflicts with another require.

You can also try re-running composer require with an explicit version constraint, e.g. "composer require parallax/filament-comments:*" to figure out if any version is installable, or "composer require parallax/filament-comments:^2.1" if you know which you need.
Problem 1
- Root composer.json requires parallax/filament-comments * -> satisfiable by parallax/filament-comments[1.0.0, ..., 1.1.0].
- parallax/filament-comments[1.0.0, ..., 1.1.0] require illuminate/contracts ^10.0 -> found illuminate/contracts[v10.0.0, ..., v10.48.2] but these were not loaded, likely because it conflicts with another require.

You can also try re-running composer require with an explicit version constraint, e.g. "composer require parallax/filament-comments:*" to figure out if any version is installable, or "composer require parallax/filament-comments:^2.1" if you know which you need.
Completely clean Laravel installation (11.0) then installed filament (3.2.48) then when i try to install basically ANY plugin it fails with the above error Anybody else having this problem ? Any idea why this is happening ?
3 Replies
awcodes
awcodes3mo ago
Those plugins probably haven’t been updated to support laravel 11 yet.
idkwhoami
idkwhoami3mo ago
That is what i feared. I assume using -W would work. I guess I'll do a PR version bump wherever i encounter that problem ^^ Thanks for your time
awcodes
awcodes3mo ago
Just part of dealing with dependencies. 😀
Want results from more Discord servers?
Add your server
More Posts