Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/prawee/yii2-adminlte-theme

Backend template for Yii 2 Application + AdminLTE v3 + Bootstrap 4
https://github.com/prawee/yii2-adminlte-theme

adminlte layouts theme yii2 yii2-adminlte-theme

Last synced: about 11 hours ago
JSON representation

Backend template for Yii 2 Application + AdminLTE v3 + Bootstrap 4

Awesome Lists containing this project

README

        

# Backend template for Yii 2 Application + AdminLTE v3 + Bootstrap 4

## Reference resource

-
-
-

## Installation

### Release version

```terminal
php composer.phar require --prefer-dist prawee/yii2-adminlte-theme "dev-master"
```

or add

```terminal
"prawee/yii2-adminlte-theme": "dev-master"
```

### V2 or older

```terminal
php composer.phar require --prefer-dist prawee/yii2-adminlte-theme "1.0"
```

or add

```terminal
"prawee/yii2-adminlte-theme": "1.0"
```

to the require-dev section of your `composer.json` file.

## Usage

```php
'components'=>[
...
'view' => [
'theme' => [
'pathMap' => [
'@app/views' => '@vendor/prawee/yii2-adminlte-theme/views'
],
],
],
...
],
'params' => [
'shortName' => 'PW'
]
```

## Developer

```bash
composer update -vvv
```