简体   繁体   English

删除cakephp中的INTL扩展支持

[英]Remove INTL extension support in cakephp

I am using CakePHP 3.0 framework. 我正在使用CakePHP 3.0框架。 Is there any way to use CakePHP framework without the intl extension support? 没有intl扩展支持,有没有办法使用CakePHP框架?

I would suggest to just install it. 我建议只安装它。 But in case it is absolutely impossible for you to install try this plugin: 但是,如果您绝对无法安装,请尝试以下插件:

https://github.com/hraq/cake-intl https://github.com/hraq/cake-intl

It will fake the presence of the intl classes, but you will not be able to use any of the I18n features of CakePHP. 它将伪造intl类的存在,但是您将无法使用CakePHP的任何I18n功能。

CakePHP 3不能没有,Intl扩展是必需的http://book.cakephp.org/3.0/en/installation.html#requirements

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM