paulvl/pusher

Push notification package!

Maintainers

Details

github.com/paulvl/pusher

Source

Issues

Installs: 14

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Type:package

v2.0 2015-08-14 17:17 UTC

This package is auto-updated.

Last update: 2024-04-12 03:02:37 UTC


README

Introduction

Quick Installation

For Laravel 5.1 check laravel-5.1 branch

Begin by installing this package through Composer. You can run:

composer require paulvl/pusher:1.*

Or edit your project's composer.json file to require paulvl/pusher:

	"require-dev": { "paulvl/pusher": "1.*" }

Next, update Composer from the Terminal:

composer update