calmjohnson
Error installing filament on Laravel version 11
This solution finally worked with a little tweak; I changed the line: "filament/filament”: “^3.2”" To: ""filament/filament": "^3.2.0"" then ran composer update and it worked! Thanks very much Mr awcodes.
12 replies
Error installing filament on Laravel version 11
Tried the command: "composer require filament/filament:"^3.2.0""
Got the following error:
Your requirements could not be resolved to an installable set of packages.
Problem 1
- Root composer.json requires filament/filament 3.2.0 -> satisfiable by filament/filament[v3.2.0].
- filament/filament v3.2.0 requires illuminate/auth ^10.0 -> found illuminate/auth[v10.0.0, ..., v10.48.2] but these were not loaded, likely because it conflicts with another require.
I have no idea what's going on here
12 replies