https://github.com/romdim/yii2-snackbarjs
SnackbarJs composer package for Yii2
https://github.com/romdim/yii2-snackbarjs
Last synced: over 1 year 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 (about 11 years ago)
- Default Branch: master
- Last Pushed: 2015-06-05T07:05:49.000Z (about 11 years ago)
- Last Synced: 2025-01-23T11:45:37.317Z (over 1 year 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