Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/romdim/yii2-snackbarjs
SnackbarJs composer package for Yii2
https://github.com/romdim/yii2-snackbarjs
Last synced: 10 days ago
JSON representation
SnackbarJs composer package for Yii2
- Host: GitHub
- URL: https://github.com/romdim/yii2-snackbarjs
- Owner: romdim
- License: mit
- Created: 2015-04-03T09:58:39.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-06-05T07:05:49.000Z (over 9 years ago)
- Last Synced: 2024-11-23T03:13:56.462Z (2 months ago)
- Language: PHP
- Size: 112 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# yii2-snackbarjs
Composer package for implementing FezVrasta's SnackbarJs in Yii2
https://github.com/FezVrasta/snackbarjs## Installation
Either run
```
composer global require "romdim/yii2-snackbarjs:dev-master"
```Or add
```
"romdim/yii2-snackbarjs": "dev-master",
```to the require section of your composer.json file.
## Usage
After installation, just add
```
public $depends = [
'yii\web\YiiAsset',
'romdim\snackbarjs\SnackbarJsAsset'
];
```in your AppAsset