Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/prawee/yii2-adminlte-theme
- Owner: prawee
- Created: 2015-05-19T03:49:07.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2021-04-20T16:00:00.000Z (over 3 years ago)
- Last Synced: 2024-04-22T21:22:08.231Z (7 months ago)
- Topics: adminlte, layouts, theme, yii2, yii2-adminlte-theme
- Language: PHP
- Homepage: http://www.prawee.com
- Size: 46.9 KB
- Stars: 0
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```