Go to file
freek c30aeb61fb wip 2018-12-03 16:24:44 +01:00
config wip 2018-12-03 13:49:56 +01:00
database/migrations wip 2018-12-03 14:35:00 +01:00
resources/views rename client to app 2018-12-01 14:17:32 +01:00
src wip 2018-12-03 16:24:44 +01:00
tests fix tests 2018-12-03 14:44:26 +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 improve casing 2018-12-03 09:09:41 +01:00
composer.json wip 2018-12-03 14:24:06 +01:00
phpunit.xml.dist wip 2018-12-03 13:33:00 +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.