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.


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 ?
Was this page helpful?