2017 © Pedro Peláez
 

yii2-extension adminlte-asset

adminlte-asset for Yii2

image

blackho1e/adminlte-asset

adminlte-asset for Yii2

  • Monday, February 27, 2017
  • by blackdole
  • Repository
  • 1 Watchers
  • 0 Stars
  • 2 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

AdminLTE-Asset

Installation

The preferred way to install this extension is through composer., (*1)

To install, either run, (*2)

$ php composer.phar require blackho1e/adminlte-asset "*"

or add, (*3)

"blackho1e/adminlte-asset": "*"

to the require section of your composer.json file., (*4)

Usage

In view, (*5)

// @app/views/layouts/main.php

\blackho1e\adminlte\assets\AdminLteAsset::register($this);
// further code

or as a dependency in your app wide AppAsset.php, (*6)

// @app/assets/AppAsset.php

public $depends = [
    'blackho1e\adminlte\assets\AdminLteAsset',
    // more dependencies
];

The Versions

27/02 2017
27/02 2017