2017 © Pedro Peláez
 

yii2-extension yii2-quicklinks

Yii2 quicklinks for user

image

geoffry304/yii2-quicklinks

Yii2 quicklinks for user

  • Thursday, November 16, 2017
  • by Geoffry304
  • Repository
  • 1 Watchers
  • 0 Stars
  • 18 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 6 Versions
  • 0 % Grown

The README.md

yii2 Quicklinks

Latest Version Software License Total Downloads, (*1)

Installation

The preferred way to install Quicklinks is through Composer. Either add the following to the require section of your composer.json file:, (*2)

"geoffry304/yii2-quicklinks": "*", (*3)

Or run:, (*4)

$ php composer.phar require geoffry304/yii2-quicklinks "*", (*5)

You can manually install Quicklinks by downloading the source in ZIP-format., (*6)

Run the migration file php yii migrate --migrationPath=@vendor/geoffry304/yii2-quicklinks/migrations, (*7)

Update the config file, (*8)

// app/config/web.php
return [
    'modules' => [
                'quicklinks' => [
            'class' => 'geoffry304\quicklinks\Module',
        ],
    ],
];

Using QuicklinksWidget

QuicklinksWidget is a Yii 2.0 Widget., (*9)

QuicklinksWidget is in namespace geoffry304\quicklinks., (*10)

For instance, to show QuicklinksWidget in a view, use code like this:, (*11)

use geoffry304\quicklinks\QuicklinkWidget;

...
<?= QuicklinkWidget::widget();?>
...

#### options ####, (*12)

QuicklinksWidget runs 'out of the box'. It has the following options to modify it's behaviour:, (*13)

  • sort: value can be true or false. Sort based on the position attribute.
  • totalWithTitle: For example if set to 3 then only the title will be shown when the total of links is lower then 3.

The Versions

16/11 2017

dev-master

9999999-dev https://github.com/geoffry304/yii2-quicklinks

Yii2 quicklinks for user

  Sources   Download

BSD-3-Clause

The Requires

 

user extension yii2 links quicklink

16/11 2017

1.0.3

1.0.3.0 https://github.com/geoffry304/yii2-quicklinks

Yii2 quicklinks for user

  Sources   Download

BSD-3-Clause

The Requires

 

user extension yii2 links quicklink

16/11 2017

1.0.4

1.0.4.0 https://github.com/geoffry304/yii2-quicklinks

Yii2 quicklinks for user

  Sources   Download

BSD-3-Clause

The Requires

 

user extension yii2 links quicklink

16/11 2017
16/11 2017
15/11 2017

1.0

1.0.0.0 https://github.com/geoffry304/yii2-quicklinks

Yii2 quicklinks for user

  Sources   Download

BSD-3-Clause

The Requires

 

user extension yii2 links quicklink