citysites/yii2-js-cookie

Yii2 asset for https://github.com/js-cookie/js-cookie

Maintainers

Package info

github.com/citysites/yii2-js-cookie

pkg:composer/citysites/yii2-js-cookie

Statistics

Installs: 9 099

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

dev-master 2019-10-04 12:09 UTC

This package is auto-updated.

Last update: 2026-03-05 22:16:15 UTC


README

Documentation

All documantation about js-cookie you can find here

Installation

Composer

The preferred way to install this extension is through Composer.

Either run composer require citysites/yii2-js-cookie "dev-master"

or add "citysites/yii2-js-cookie": "dev-master" to the require section of your composer.json

Usage

use \citysites\assets\JsCookieAsset;
AppAsset::register($this);// $this represents the view object