rouletteopf.blogg.se

Yii2 Theme
Yii2 Theme




So if you want to use any of them we recommend to create a custom bundle where you list the plugin files you need: use yii\web\ AssetBundle Ĭlass AdminLtePluginAsset extends AssetBundle In our AdminLteAsset but you can find these files in your vendor directory under vendor/almasaeed2010/adminlte/plugins.

Yii2 Theme

Edit your views adhering to html markup vendor/almasaeed2010/adminlte/pagesĪssets for AdminLTE plugins are not included.Copy files from vendor/dmstr/yii2-adminlte-asset/example-views/yiisoft/yii2-app (or other theme) to Remove the custom view configuration from your application by deleting the path mappings, if you have made them before.Therefore it is recommended to copy the views into your application and adjust them to your needs. 'pathMap' => => asset bundle provides sample files for layout and view (see folder examples/), they are not meant to be customized directly in the vendor/ folder. 'pathMap' => => phd5 application 'components' => [ Once the extension is installed, you can have a preview by reconfiguring the path mappings of the view component:įor Yii 2 Advanced Application Template or Basic Application Template 'components' => [ For issues with DmitryBaranovskiy/eve.git, please see #128 and #113.įor other issues, please search GitHub first.When upgrading please see the AdminLTE upgrade guide for adjustments you need to make in your views. Inclusion via CDN is not recommended for production, please adjust this to your project's asset-bundling workflow.

Yii2 Theme

To install AdminLTE v1 run: composer require dmstr/yii2-adminlte-asset "^1"ĪdminLTE dropped web-font inclusion in 2.4.0, so you need to include your desired font manually, ie. To install AdminLTE v2 run: composer require dmstr/yii2-adminlte-asset "^2.1" The preferred way to install this extension is through composer. The CSS files are installed via Yii's recommended usage of the fxp/composer-asset-plugin v1.1.1 or later. Which registers the CSS files for the AdminLTE user-interface. This package contains an Asset Bundle for Yii 2.0 Framework

Yii2 Theme Yii2 Theme

Backend UI for Yii2 Framework, based on AdminLTE






Yii2 Theme