promo-pr/yii2-admin-menu

Admin menu for Yii2

Installs: 19

Dependents: 1

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Language:CSS

Type:yii2-extension

2.0.0 2016-11-20 18:44 UTC

This package is not auto-updated.

Last update: 2024-04-08 10:55:20 UTC


README

Latest Version Total Downloads

Yii2 Asset is a wrapper for Material icons, are beautifully crafted, delightful, and easy to use in your web projects.

Install

The preferred way to install this extension is through composer.

Either run

$ php composer.phar require --prefer-dist promo-pr/yii2-admin-menu "*"

or add

"promo-pr/yii2-admin-menu": "*"

to the require section of your composer.json file.

Usage

Once the extension is installed, simply use it in your code:

Like a AssetBundle

use promo/admin/AdminMenu;

echo AdminMenu::widget([
    'itemsLeft' => [],
    'itemsRight' => [],
]);

}