Download the PHP package zing/laravel-subscribe without Composer
On this page you can find all versions of the php package zing/laravel-subscribe. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download zing/laravel-subscribe
More information about zing/laravel-subscribe
Files in zing/laravel-subscribe
Download zing/laravel-subscribe
More information about zing/laravel-subscribe
Files in zing/laravel-subscribe
Vendor zing
Package laravel-subscribe
Short Description User subscribe/unsubscribe behaviour for Laravel.
License MIT
Homepage https://github.com/laravel-interaction/subscribe
Package laravel-subscribe
Short Description User subscribe/unsubscribe behaviour for Laravel.
License MIT
Homepage https://github.com/laravel-interaction/subscribe
Please rate this library. Is it a good library?
Informations about the package laravel-subscribe
Laravel Subscribe
User subscribe/unsubscribe behaviour for Laravel.
Introduction
It used for users to subscribe to the model(user/topic/channel) in order to receive notifications.
Installation
Requirements
Instructions
Require Laravel Subscribe using Composer.
Publish configuration and migrations
Run database migrations.
Usage
Setup Subscriber
Setup Subscribable
Subscriber
Subscribable
Events
Event | Fired |
---|---|
LaravelInteraction\Subscribe\Events\Subscribed |
When an object get subscribed. |
LaravelInteraction\Subscribe\Events\Unsubscribed |
When an object get unsubscribed. |
License
Laravel Subscribe is an open-sourced software licensed under the MIT license.
All versions of laravel-subscribe with dependencies
PHP Build Version
Package Version
Requires
php Version
^8.0
illuminate/database Version ^8.13 || ^9.0 || ^10.0 || ^11.0
illuminate/support Version ^8.0 || ^9.0 || ^10.0 || ^11.0
laravel-interaction/support Version ^1.0 || ^2.0 || ^3.0
illuminate/database Version ^8.13 || ^9.0 || ^10.0 || ^11.0
illuminate/support Version ^8.0 || ^9.0 || ^10.0 || ^11.0
laravel-interaction/support Version ^1.0 || ^2.0 || ^3.0
The package zing/laravel-subscribe contains the following files
Loading the files please wait ....