Skip to content

katsana/swarm

Repository files navigation

WebSocket Communication for Laravel

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"