Jose_Mesa
(J David 777)
1
Buenos dias,
quiero instalar el AdminLTE pero al ingresar este siguiente codigo me sale el sifuiente error:
‘view’ => [
'theme' => [
'pathMap' => [
'@app/views' => '@vendor/dmstr/yii2-adminlte-asset/example-views/yiisoft/yii2-app'
],
],
],
Agradeceria su gran ayuda
lagogz
(Lagocamanho)
2
Buenas.
Y eso lo tienes dentro de components?
//For Yii 2 Advanced Application Template
'components' => [
'view' => [
'theme' => [
'pathMap' => [
'@app/views' => '@vendor/dmstr/yii2-adminlte-asset/example-views/yiisoft/yii2-advanced-app'
],
],
],
],
//For Yii 2 Basic Application Template
'components' => [
'view' => [
'theme' => [
'pathMap' => [
'@app/views' => '@vendor/dmstr/yii2-adminlte-asset/example-views/yiisoft/yii2-basic-app'
],
],
],
],
//For Phundament 4
'components' => [
'view' => [
'theme' => [
'pathMap' => [
'@app/views' => '@vendor/dmstr/yii2-adminlte-asset/example-views/phundament/app'
],
],
],
],
Un saludo.