Alexander Makarov

Results 1745 comments of Alexander Makarov

See https://github.com/yiisoft/app/discussions/238

- How to convert a controller from Yii 1.1 to Yii 3 - What’s needed to port ActiveRecord classes from 1 to 3 - What changed in the rendering engine/view...

@xepozz I did. It is 100% compatible.

Looks alike @yiiliveext proposal: ``` config -- params ---- #app ------ dev -------- app.php ------ prod -------- app.php ------ app.php ---- yiisoft ------ yii-cycle.php ------ yii-console.php ------ data-response.php -- di...

See https://github.com/yiisoft/app/issues/69

It is marked as docs because of that.

Aren't assets (same as source code) usually not in a container but in FS mounted to containers needed?

I see. Would extending options of https://github.com/yiisoft/yii2/blob/master/framework/console/controllers/AssetController.php not to compress / combine assets solve the issue?