intl extension is required

Hi,

I recetnly updated my application from laravel 10 to 11. After updating my composer files I started getting this error message on the filament admin panel:
The "intl" PHP extension is required to use the [format] method.


Why is this happening after the update? And how do I solve this? I ran
composer require ext-intl
, but I'm still getting the error.
I run my local development environment on docker from wsl. Do I have to include intl in my docker image?
Was this page helpful?