Go to file
freek 5eb2251b01 nitpick 2018-12-01 11:52:29 +01:00
config commit 2018-11-27 21:31:31 +01:00
resources/views wip 2018-11-27 12:13:24 +01:00
src nitpick 2018-12-01 11:52:29 +01:00
tests wip 2018-11-29 00:00:42 +01:00
.editorconfig initial commit 2018-11-20 09:54:06 +01:00
.gitattributes initial commit 2018-11-20 09:54:06 +01:00
.gitignore initial commit 2018-11-20 09:54:06 +01:00
.scrutinizer.yml initial commit 2018-11-20 09:54:06 +01:00
.styleci.yml initial commit 2018-11-20 09:54:06 +01:00
.travis.yml run tests on 7.3 2018-11-26 00:24:56 +01:00
CHANGELOG.md initial commit 2018-11-20 09:54:06 +01:00
CONTRIBUTING.md initial commit 2018-11-20 09:54:06 +01:00
LICENSE.md initial commit 2018-11-20 09:54:06 +01:00
README.md Update README.md 2018-11-30 15:07:34 +01:00
composer.json wip 2018-11-26 00:40:32 +01:00
phpunit.xml.dist remove unneeded params 2018-11-26 00:27:50 +01:00

README.md

Laravel WebSockets 🛰

Latest Version on Packagist Build Status Quality Score Total Downloads

Bring the power of WebSockets to your Laravel application. Drop-in Pusher replacement, SSL support, Laravel Echo support and a debug dashboard are just some of it's features.

Installation

You can install the package via composer:

composer require beyondcode/laravel-websockets

The package will automatically register a service provider.

Usage

Once the package is installed, you can publish the configuration file using:

php artisan vendor:publish --provider="BeyondCode\LaravelWebSockets\WebSocketsServiceProvider" --tag="config"

To start the websocket server, use:

php artisan websockets:serve

For in-depth usage and deployment details, please take a look at the official documentation

Changelog

Please see CHANGELOG for more information what has changed recently.

Contributing

Please see CONTRIBUTING for details.

Security

If you discover any security related issues, please email marcel@beyondco.de instead of using the issue tracker.

Credits

License

The MIT License (MIT). Please see License File for more information.