drsdre/yii2-add-to-homescreen

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

1.1.1 2016-03-31 12:19 UTC

This package is auto-updated.

Last update: 2024-03-29 03:14:59 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.