I want to install filemanet in fresh laravel 11, then I facing this issue.
- I started by creating a new Laravel project using the following command:
composer create-project laravel/laravel example-app
- Then, I tried to install Filament 3.2 using this command:
composer require filament/filament:"^3.2" -W
Error:
After running the above command, I’m seeing an error:
showing this error after run filament installation command