Skip to content

Commit

Permalink
full install
Browse files Browse the repository at this point in the history
  • Loading branch information
loveorigami committed Mar 31, 2016
1 parent ec7e326 commit 00c702c
Showing 1 changed file with 18 additions and 1 deletion.
19 changes: 18 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,10 +108,27 @@ Currently supported layers are:
| Jquery Notify | jquery.notify | https://github.com/CreativeDream/jquery.notify | [read](docs/JqueryNotify.md) |
| Notify.js | notifyjs | https://github.com/notifyjs/notifyjs | [read](docs/Notifyjs.md) |
| Noty | noty | https://github.com/needim/noty | [read](docs/Noty.md) |
| Pnotify | pnotify | https://github.com/sciactive/pnotify | [read](docs/PNotify.md) |
| PNotify | pnotify | https://github.com/sciactive/pnotify | [read](docs/PNotify.md) |
| Toastr | toastr | https://github.com/CodeSeven/toastr | [read](docs/Toastr.md) |


Full installation
--------

Add

```bash
"loveorigami/yii2-notification-wrapper": "*",
"bower-asset/noty": "^2.3",
"bower-asset/jquery-growl": "^1.3",
"bower-asset/jquery.notify": "^1.0",
"bower-asset/notifyjs": "^0.4",
"bower-asset/pnotify": "^3.0",
"bower-asset/toastr": "^2.1"
```

to the ```require``` section of your `composer.json` file.

License
-------

Expand Down

0 comments on commit 00c702c

Please sign in to comment.