You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 line
213B

  1. <?php
  2. return [
  3. 'vendorPath' => dirname(dirname(__DIR__)) . '/vendor',
  4. 'components' => [
  5. 'cache' => [
  6. 'class' => 'yii\caching\FileCache',
  7. ],
  8. ],
  9. 'language' => 'fr-FR',
  10. ];