paulvl / pusher
Push notification package!
v2.0
2015-08-14 17:17 UTC
Requires
- php: >=5.4.0
This package is auto-updated.
Last update: 2026-02-12 07:07:17 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