philippfrenzel/yii2-jqmobile

jQuery Mobile Asset bundle for yii2

dev-master 2015-11-13 09:17 UTC

This package is not auto-updated.

Last update: 2024-04-13 16:23:47 UTC


README

jQuery Mobile Assets for Yii2 This extensions provides support for jquery mobile assets handling for Yii2.

Requirements

Installation

The preferred way to install this extension is through composer.

First run this to allow managing bower package dependencies through composer. Skip this step if already done when installing yii2:

composer global require "fxp/composer-asset-plugin:1.0.0-beta4"

Then either run

php composer.phar require --prefer-dist philippfrenzel/yii2-jqmobile "*"

or add

"philippfrenzel/yii2-jqmobile": "*"

to the require section of your composer.json file.

Usage

Once the extension is installed, simply add to your application logic as follows:

// tbd

Resources