Tobias Munk
Tobias Munk
Which Yii version are you using? There's a known issue, because skins files are not included in the class definition, but loaded dynamically. I thought this was fixed in Yii...
@eluhr @handcode Did we see similar issues, when bundling assets?
Hi, I'm [GitMate.io](https://gitmate.io)! It seems you've just enabled the issue triaging. I'm just scraping all issues from your repository and will give you some more information about this in a...
[GitMate.io](https://gitmate.io) thinks possibly related issues are https://github.com/dmstr/yii2-adminlte-asset/issues/122 (left-items), https://github.com/dmstr/yii2-adminlte-asset/issues/72 (how to remove left-sidebar), and https://github.com/dmstr/yii2-adminlte-asset/issues/178 (Left sidebar not working properly).
Should be fairly easy in your project's `Dockerfile` with ``` RUN install-php-extensions pcov ```
Hm, that version is fairly outdated and EOL. But being curious, what would have to be changed?
This seems related to https://github.com/almasaeed2010/AdminLTE/commit/e691c465e3f4f8338336d003262283c8094ef63a See also https://stackoverflow.com/a/17069547/291573 I haven't found the plugins code in `dist` - is it there in 2.4.9? Maybe it's worth opening an issue https://github.com/almasaeed2010/AdminLTE not...
For acceptance tests only, have a look at: https://github.com/dmstr/docker-acception
Bump, since composer 2 is the stable now.
Did you rebuild the image and restarted the container? Did you try `short_open_tag=1`?