katsana/swarm

WebSocket Communication for Laravel

v0.4.0 2020-11-01 06:55 UTC

This package is auto-updated.

Last update: 2024-04-10 18:55:18 UTC


README

Build Status Latest Stable Version Total Downloads Latest Unstable Version License Coverage Status

Installation

Swarm can be installed via composer:

composer require "katsana/swarm"

Configuration

The package will automatically register a service provider.

Next, you need to publish the Swarm configuration file:

php artisan vendor:publish --provider="Swarm\SwarmServiceProvider" --tag="config"