Unable to use Zend\I18n\View\Helper\CurrencyFormat class -
i'm trying implement currencyformat helper, when instance , object of currencyformat application raising exeption:
$var new currencyformat(); file: /site/vendor/zendframework/zend-i18n/zend/i18n/view/helper/currencyformat.php :63 message: zend\i18n\view\helper component requires intl php extension
in controller i'm including library
use zend\i18n\view\helper\currencyformat;
i guess need add in composer.json or config files?
thanks!
the error pretty clear. component requires intl php extension. (usually) bundled php , needs enabled on server.
Comments
Post a Comment