I wonder why this error occurs?
I get this error as soon as I install the package. I wonder why?
9 Replies
I resolved this error in my project with these steps,
1) Make sure your composer.json file has this filament version -> "filament/filament": "^3.0-stable",
now run the composer update, It might resolve the issue or else
2) Remove composer.lock & delete entire vendor directory
3) run composer install
Thanks but It's not working
This is becuase of breezy by the looks of it. Did you install v2? And have you setup and configured filamentphp to a domain
composer require jeffgreco13/filament-breezy
as soon as I set this up, my project explodes. I installed it in another project before, there was no problem, and suddenly I faced this problem.
Do you have filamentphp V3? if not, you need to request v1
As far as I know, this error occurred when you are using an old version of filamentphp
can try composer update -W
Yes I have v3 my previous project was v3 and I had no problem.
change filament version to ^3.0-stable in composer.json
and composer update
Oh thanks İt is work