Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/philippfrenzel/yii2-jqmobile
- Owner: philippfrenzel
- License: mit
- Created: 2015-11-13T08:01:20.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-11-13T09:17:03.000Z (about 9 years ago)
- Last Synced: 2024-10-18T00:35:52.373Z (2 months ago)
- Language: PHP
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)
## InstallationThe 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)