Blame view

vendor/rmrevin/yii2-fontawesome/tests/unit/config/main.php 385 Bytes
e9aa73b0   andryeyev   + adminLte
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
  <?php
  /**
   * main.php
   * @author Roman Revin http://phptime.ru
   */
  
  $baseDir = realpath(__DIR__ . '/..');
  
  return [
      'id' => 'testapp',
      'basePath' => $baseDir,
      'aliases' => [
          '@web' => '/',
          '@webroot' => $baseDir . '/runtime',
          '@vendor' => realpath($baseDir . '/../../vendor'),
          '@bower' => realpath($baseDir . '/../../vendor/bower'),
      ]
  ];