seeder-migration-issues
This commit is contained in:
23
vendor/sly/notification-pusher/doc/installation.md
vendored
Normal file
23
vendor/sly/notification-pusher/doc/installation.md
vendored
Normal file
@@ -0,0 +1,23 @@
|
||||
# NotificationPusher - Documentation
|
||||
|
||||
## Installation
|
||||
|
||||
Use [Composer](http://getcomposer.org) to install this library.
|
||||
|
||||
Into your `composer.json` file, just include this library with adding:
|
||||
|
||||
```
|
||||
"sly/notification-pusher": "2.x"
|
||||
```
|
||||
|
||||
Then, run `composer update sly/notification-pusher` and enjoy.
|
||||
|
||||
## Documentation index
|
||||
|
||||
* Installation
|
||||
* [Getting started](https://github.com/Ph3nol/NotificationPusher/blob/master/doc/getting-started.md)
|
||||
* [APNS adapter](https://github.com/Ph3nol/NotificationPusher/blob/master/doc/apns-adapter.md)
|
||||
* [GCM adapter](https://github.com/Ph3nol/NotificationPusher/blob/master/doc/gcm-adapter.md)
|
||||
* [Create an adapter](https://github.com/Ph3nol/NotificationPusher/blob/master/doc/create-an-adapter.md)
|
||||
* [Push from CLI](https://github.com/Ph3nol/NotificationPusher/blob/master/doc/push-from-cli.md)
|
||||
* [Push from CLI](https://github.com/Ph3nol/NotificationPusher/blob/master/doc/push-from-cli.md)
|
||||
Reference in New Issue
Block a user