PHPackages                             meysampg/yii2-treeview - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Admin Panels](/categories/admin)
4. /
5. meysampg/yii2-treeview

AbandonedYii2-extension[Admin Panels](/categories/admin)

meysampg/yii2-treeview
======================

A Bootstrap Treeview Generator for AdminLte Sidebar

v1.0.1(9y ago)38622MITPHP

Since Oct 24Pushed 4y ago1 watchersCompare

[ Source](https://github.com/meysampg/yii2-treeview)[ Packagist](https://packagist.org/packages/meysampg/yii2-treeview)[ RSS](/packages/meysampg-yii2-treeview/feed)WikiDiscussions master Synced yesterday

READMEChangelog (2)Dependencies (1)Versions (3)Used By (0)

Yii2 Treeview
=============

[](#yii2-treeview)

🟥⚠️ *THIS PACKAGE IS ABANDONED. PLEASE SELECT ANOTHER PACKAGE OR FORK THIS REPOSITRY AND INFORM ME ON p.g.meysam \[at\] gmail \[dot\] com TO REFFER TO YOUR PACKAGE IN PACKAGIST* ⚠️🟥

A Bootstrap Treeview Generator for AdminLte Sidebar

Description
-----------

[](#description)

It's just an extended version of `yii\bootstrap\Nav` for generating proper code for sidebar of [AdminLte](https://almsaeedstudio.com/themes/AdminLTE/index.html) with support of badgets.

Installation
------------

[](#installation)

The preferred way to install this extension is through [composer](http://getcomposer.org/download/).

Either run

```
composer require meysampg/yii2-treeview "*"

```

or add

```
"meysampg/yii2-treeview": "*"

```

to the require section of your `composer.json` file.

Usage
-----

[](#usage)

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

```
use meysampg\treeview\Treeview;
```

and use it on your code by

```
