Possible to disable intl requirement for Symfony?

强颜欢笑 提交于 2019-12-01 09:24:25

If your web server doesn't provide the intl extension, you can use the Locale component.

It can be easily installed with composer or using the Git repository.

Source: http://symfony.com/doc/master/components/locale.html

UPDATE

The Locale component is deprecated since version 2.3 and will be removed in Symfony 3.0. You should use the Intl component instead (http://symfony.com/doc/master/components/intl.html).

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!