php - can't integrate AdminLTE theme with YII2 backend app -
i want utilize amazing adminlte theme withe backend application in yii2. followed these steps
1-i've downloaded adminlte here
2-i've extracted backend\web\
3-changed folder name become adminlte
4-changed appasset.php
located in backend\assets\
this
public $css = [ 'css/site.css', **'adminlte/css/adminlte.css', // added this** ]; public $js = [ **'adminlte/js/adminlte/app.js', // added thi** ];
but still have default yii2 theme beingness displayed, why ?
try add together public $sourcepath = '@web/adminlte';
, should utilize adminlte index.html instead main/layout.php
php themes admin yii-extensions yii2
No comments:
Post a Comment