docker-symfony icon indicating copy to clipboard operation
docker-symfony copied to clipboard

missing intl PHP extension during the rendering of a template

Open oussaka opened this issue 6 years ago • 1 comments

I have this error on symfony-demo application.

An exception has been thrown during the rendering of a template ("Cannot parse message translation: please install the "intl" PHP extension or the "symfony/polyfill-intl-messageformatter" package.").

oussaka avatar Feb 19 '19 17:02 oussaka

Hello [Windows10] It is solved installing the component that is indicated via composer:

composer require symfony/polyfill-intl-messageformatter

davidbermudez avatar Mar 21 '19 16:03 davidbermudez