https://github.com/cornernote/yii2-shortcuts
Helper class with shortcuts for Yii2
https://github.com/cornernote/yii2-shortcuts
Last synced: 11 months ago
JSON representation
Helper class with shortcuts for Yii2
- Host: GitHub
- URL: https://github.com/cornernote/yii2-shortcuts
- Owner: cornernote
- License: other
- Created: 2015-06-15T09:00:59.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-09-22T03:41:13.000Z (over 10 years ago)
- Last Synced: 2025-02-24T21:06:06.398Z (12 months ago)
- Language: PHP
- Size: 131 KB
- Stars: 0
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Y
[](https://github.com/cornernote/yii2-shortcuts/tags)
[](LICENSE.md)
[](https://travis-ci.org/cornernote/yii2-shortcuts)
[](https://scrutinizer-ci.com/g/cornernote/yii2-shortcuts/code-structure)
[](https://scrutinizer-ci.com/g/cornernote/yii2-shortcuts)
[](https://packagist.org/packages/cornernote/yii2-shortcuts)
Helper class with shortcuts for Yii2.
## Installation
The preferred way to install this extension is through [composer](http://getcomposer.org/download/).
Either run
```
$ composer require cornernote/yii2-shortcuts "*"
```
or add
```
"cornernote/yii2-shortcuts": "*"
```
to the `require` section of your `composer.json` file.