esoftkz/yii2-adminlte-asset

Backend theme for Yii2

Installs: 45

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 1

Forks: 0

Open Issues: 0

Type:yii2-extension

dev-master / 2.0.x-dev 2019-02-09 08:19 UTC

This package is not auto-updated.

Last update: 2024-04-13 15:55:49 UTC


README

Installation:

'components' => [
    'view' => [
         'theme' => [
             'pathMap' => [
                '@app/views' => '@vendor/esoftkz/yii2-adminlte-asset/views/yii2-app'
             ],
         ],
    ],
],