文件名称:yii2-i18n-module:Yii2内部化模块
文件大小:16KB
文件格式:ZIP
更新时间:2024-05-22 18:09:31
PHP
I18n模块 Yii2内部化模块 安装 安装此扩展的首选方法是通过 。 无论运行 php composer.phar require --prefer-dist metalguardian/yii2-i18n-module "*" 或添加 "metalguardian/yii2-i18n-module": "*" 到composer.json文件的require部分。 用法 如何配置组件: 'components' => [ // ... 'i18n' => [ 'class' => '\metalguardian\i18n\components\I18n' , // you can configure message sources, which will be used to handle all sources 'm
【文件预览】:
yii2-i18n-module-master
----composer.json(549B)
----LICENSE(1KB)
----src()
--------models()
--------Bootstrap.php(532B)
--------Module.php(741B)
--------controllers()
--------views()
--------migrations()
--------console()
--------components()
----README.md(3KB)