drsdre/yii2-add-to-homescreen

Yii2 asset extension for https://github.com/cubiq/add-to-homescreen

Installs: 327

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 1

Forks: 1

Open Issues: 0

Type:yii2-extension

pkg:composer/drsdre/yii2-add-to-homescreen

1.1.1 2016-03-31 12:19 UTC

This package is auto-updated.

Last update: 2025-09-29 01:37:41 UTC


README

Yii2 extension for the Add To Homescreen Javascript widget

Requirements:

Yii2 and francoispluchino/composer-asset-plugin.

Installation

This extension should be installed through composer.

Either run

composer require --prefer-dist drsdre/yii2-add-to-homescreen "*"

or add

"drsdre/yii2-add-to-homescreen": "*"

to the require section of your composer.json file.

Usage

In your views/layout/main.php add the following line in the head section:

<?= AddToHomescreenWidget::widget() ;?>

Configuration

The widget can be tweaked through the settings variable:

<?= AddToHomescreenWidget::widget(['settings'=>['message'=>'Add']]) ;?>

Please visit http://cubiq.org/add-to-home-screen for an overview of all possible settings.