dirname(dirname(__DIR__)) . '/vendor', // 'language' => 'hu-HU', 'timezone' => 'Europe/Budapest', 'language' => 'hu', 'components' => [ 'cache' => [ 'class' => 'yii\caching\FileCache', ], 'i18n' => [ 'translations' => [ '*' => [ 'class' => 'yii\i18n\PhpMessageSource', 'basePath' => '@common/messages', ], ], ], 'formatter' => [ 'class' => 'yii\i18n\Formatter', 'dateFormat' => 'yyyy.MM.dd', 'datetimeFormat' => 'yyyy.MM.dd HH:mm', 'timeFormat' => 'HH:mm', 'locale' => 'hu-Hu', 'timeZone' => 'EUROPE/BUDAPEST', 'defaultTimeZone' => 'EUROPE/BUDAPEST', 'nullDisplay' => "-", ], 'authManager' => [ 'class' => 'yii\rbac\DbManager' ], ], ];