Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/philippfrenzel/yii2-jqmobile

yii2 jquery mobile extension
https://github.com/philippfrenzel/yii2-jqmobile

Last synced: about 2 months ago
JSON representation

yii2 jquery mobile extension

Awesome Lists containing this project

README

        

# yii2-jqmobile
jQuery Mobile Assets for Yii2
This extensions provides support for jquery mobile assets handling for Yii2.

## Requirements

- [yiisoft/yii2](https://github.com/yiisoft/yii2)
- [fxp/composer-asset-plugin](https://github.com/francoispluchino/composer-asset-plugin)

## Installation

The preferred way to install this extension is through [composer](http://getcomposer.org/download/).

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:

```php
// tbd
```

## Resources

- [Source](https://github.com/philippfrenzel/yii2-jqmobile)
- [Issues](https://github.com/philippfrenzel/yii2-jqmobile/issues)