Go to file
Sam Snelling ec96ca7172 Update ChannelManager (#41)
* Update Channel Manager

Switch ChannelManager to an interface. Extend with an ArrayChannelManager (and copy the code). Update the config to allow for swapping. Bind it to the ServiceProvider

* Add a fallback if the config variable isn’t set

* Fix StyleCI

* Fix StyleCI line break

* Add description for the ChannelManager option
2018-12-10 20:47:52 +01:00
config Update ChannelManager (#41) 2018-12-10 20:47:52 +01:00
database/migrations wip 2018-12-03 14:35:00 +01:00
resources/views Merge pull request #14 from LKaemmerling/master 2018-12-05 21:16:06 +01:00
src Update ChannelManager (#41) 2018-12-10 20:47:52 +01:00
tests Add test 2018-12-07 20:42:20 +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 Update CHANGELOG.md 2018-12-06 21:43:39 +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-12-09 11:06:23 +01:00
composer.json fix lower deps 2018-12-04 23:28:17 +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 its features.

If you want to learn how to create reusable PHP packages yourself, take a look at my upcoming PHP Package Development video course.

Documentation

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

Changelog

Please see CHANGELOG for more information on 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.