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.
 
 
 
 
 
 

6 line
253 B

  1. <?php
  2. Yii::setAlias('@common', dirname(__DIR__));
  3. Yii::setAlias('@frontend', dirname(dirname(__DIR__)) . '/frontend');
  4. Yii::setAlias('@backend', dirname(dirname(__DIR__)) . '/backend');
  5. Yii::setAlias('@console', dirname(dirname(__DIR__)) . '/console');