| Current Path : /var/www/html/chatbot/common/config/ |
| Current File : /var/www/html/chatbot/common/config/main_old.php |
<?php
Yii::setAlias('@approot', realpath(dirname(__FILE__).'/../../'));
return [
'vendorPath' => dirname(dirname(__DIR__)) . '/vendor',
// 'language'=>'my',
'components' => [
'cache' => [
'class' => 'yii\caching\FileCache',
],
'i18n' => [
'translations' => [
'app*' => [
'class' => 'yii\i18n\PhpMessageSource',
'basePath' => '@approot/messages',
],
'yii*' => [
'class' => 'yii\i18n\PhpMessageSource',
'basePath' => '@approot/messages',
],
],
],
//'urlManager' => [
//'class' => 'codemix\localeurls\UrlManager',
//'languages' => ['en', 'my'],
// 'enablePrettyUrl' => true,
// 'showScriptName' => false,
// 'rules' => [
// ],
// ],
],
];