2017 © Pedro Peláez
 

yii2-extension yii2-widget-nav

The Nav widget for Yii2.

image

ipaya/yii2-widget-nav

The Nav widget for Yii2.

  • Friday, March 17, 2017
  • by zhangdi
  • Repository
  • 1 Watchers
  • 0 Stars
  • 78 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

yii2-widget-nav

The Nav widget for Yii2., (*1)

Installation

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

Either run, (*3)

php composer.phar require --prefer-dist ipaya/yii2-widget-nav "*"

or add, (*4)

"ipaya/yii2-widget-nav": "*"

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

Usage

Once the extension is installed, simply use it in your code by :, (*6)

In Controller: php '首页','url'=>Yii::$app->homeUrl], ['label'=>'关于','url'=>['/site/about']] ]); ``` In View: ```php = \iPaya\widgets\nav\Nav::widget([ 'items'=>'main', ]); ?>, (*7)

The Versions

17/03 2017

dev-master

9999999-dev

The Nav widget for Yii2.

  Sources   Download

BSD-3-Clause

The Requires

 

extension yii2 nav

30/11 2016

0.1.1

0.1.1.0

The Nav widget for Yii2.

  Sources   Download

BSD-3-Clause

The Requires

 

extension yii2 nav