Download the PHP package davidxu/yii2-adminlte3-asset without Composer
On this page you can find all versions of the php package davidxu/yii2-adminlte3-asset. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Informations about the package yii2-adminlte3-asset
AdminLTE Asset Bundle
Backend UI for Yii2 Framework, based on AdminLTE
This package contains an Asset Bundle for Yii 2.0 Framework which registers the CSS files for the AdminLTE user-interface.
Installation
The preferred way to install this extension is through composer.
To install AdminLTE v3 run:
FAQ
Upgrading
When upgrading please see the AdminLTE upgrade guide for adjustments you need to make in your views.
Compatibility matrix
yii2-adminlte3-asset | AdminLTE | |
---|---|---|
1.0 | 3.2 | required |
For other issues, please search GitHub first.
Quick Start
Once the extension is installed, you can have a preview by reconfiguring the path mappings of the view component:
For Yii 2 Advanced Application Template or Basic Application Template
This asset bundle provides sample files for layout and view (see folder examples/
), they are not meant to be customized directly in the vendor/
folder.
Therefore it is recommended to copy the views into your application and adjust them to your needs.
Customization
- Copy files from
vendor/davidxu/yii2-adminlte3-asset/example-views/yiisoft/yii2-app
(or other theme) to@app/views
. - Remove the custom
view
configuration from your application by deleting the path mappings, if you have made them before. - Edit your views adhering to html markup
vendor/almasaeed2010/adminlte/pages
AdminLTE Plugins
Assets for AdminLTE plugins are not included
in our AdminLteAsset
but you can find these files in your vendor directory under vendor/almasaeed2010/adminlte/plugins
.
So if you want to use any of them we recommend to create a custom bundle where you list the plugin files you need:
As this asset depends on our AdminLteAsset
it's the only asset you have to register, for example in
your main.php
layout file.
Custom content header
If you want to use native DOM of headers AdminLTE
then you can follow the code:
Dark mode
If you want to switch dark/light mode by a switch, you can add the following code.
Left sidebar menu - Widget Menu
If you need to separate sections of the menu then just add the header
option to item in items
To add a badge for a item:
Template for Gii CRUD generator
Tell Gii about our template. The setting is made in the config file:
Further Information
For AdminLTE documentation, please read https://almsaeedstudio.com/themes/AdminLTE/documentation/index.html
Namespacing rules follow the Yii 2.0 framework structure, eg.
davidxu\adminlte3\web
for the Asset Bundle.