https://github.com/socialist/yii2-admin-lte
Admin LTE theme for Yii2
https://github.com/socialist/yii2-admin-lte
admin-lte yii2
Last synced: 6 months ago
JSON representation
Admin LTE theme for Yii2
- Host: GitHub
- URL: https://github.com/socialist/yii2-admin-lte
- Owner: socialist
- License: mit
- Created: 2015-09-26T19:40:59.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2018-07-07T14:45:08.000Z (almost 8 years ago)
- Last Synced: 2024-11-01T21:53:42.944Z (over 1 year ago)
- Topics: admin-lte, yii2
- Language: PHP
- Homepage:
- Size: 54.7 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Admin LTE for Yii2
==================
Admin LTE themr for Yii2
Installation
------------
The preferred way to install this extension is through [composer](http://getcomposer.org/download/).
Either run
```
php composer.phar require --prefer-dist socialist/yii2-admin-lte "*"
```
or add
```
"socialist/yii2-admin-lte": "*"
```
to the require section of your `composer.json` file.
Usage
-----
Once the extension is installed, simply add in the right file, for example in the beginning of the file `@views/layout/main`:
```php
```
Or you can replace the default layout in the app settings:
```php
'@vendor/adminlte/layout/main',
// ...
]
?>
```
More documentations
---
[Russian](https://github.com/socialist/yii2-admin-lte/blob/master/docs/ru/README.md)