Unable to install due to conflicts... on a fresh install
Title.
Some info: I use Laragon, PHP 8.3.6, Laravel 11 (newest one)
And yes, when I said fresh install, I just did a
laravel new filament
and pasted in composer require filament/filament:"^3.2" -W
, but it gave me this message:
Would love to share more info. Also, I would prefer not to use strict versions (ie., filament/filament:"3.2.1.4"
.1 Reply
Also, here's my
php -m
:
Alright I think I solved it. My configurations are already correct, I just needed to restart my terminal.