Commit 8ee5e622260a7b28247a99d3f611343cd82e70b4
1 parent
b313037a
-Flesh widget ready
Showing
3 changed files
with
11 additions
and
8 deletions
 
Show diff stats
common/config/bootstrap.php
| 1 | 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'); | |
| 6 | -Yii::setAlias('@artbox-core', dirname(dirname(__DIR__)) . '/artweb/artbox-core'); | |
| 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'); | |
| 6 | + Yii::setAlias('@storage', dirname(dirname(__DIR__)) . '/storage'); | |
| 7 | + Yii::setAlias('@artbox-core', dirname(dirname(__DIR__)) . '/artweb/artbox-core'); | |
| 8 | + | |
| 7 | 9 | \ No newline at end of file | ... | ... | 
composer.json
| ... | ... | @@ -23,7 +23,8 @@ | 
| 23 | 23 | "hiqdev/yii2-asset-icheck": "1.0.2.5", | 
| 24 | 24 | "noam148/yii2-image-manager": "*", | 
| 25 | 25 | "yii2tech/filedb": "^1.0", | 
| 26 | - "hiqdev/yii2-asset-pnotify": "^2.1" | |
| 26 | + "hiqdev/yii2-asset-pnotify": "^2.1", | |
| 27 | + "yiisoft/yii2-imagine": "*" | |
| 27 | 28 | }, | 
| 28 | 29 | "require-dev": { | 
| 29 | 30 | "yiisoft/yii2-debug": "~2.0.0", | ... | ... | 
composer.lock
| ... | ... | @@ -4,8 +4,8 @@ | 
| 4 | 4 | "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", | 
| 5 | 5 | "This file is @generated automatically" | 
| 6 | 6 | ], | 
| 7 | - "hash": "b77198c9b7dc6a47b379a7f696023839", | |
| 8 | - "content-hash": "ecbd5dfde30e425db5d104f468df4ee5", | |
| 7 | + "hash": "ea5e2b94bb057f4b44d69c4e8e35a06f", | |
| 8 | + "content-hash": "8378306ade4a941663a7b7c576be312a", | |
| 9 | 9 | "packages": [ | 
| 10 | 10 | { | 
| 11 | 11 | "name": "bower-asset/bootstrap", | ... | ... | 
 
