|
|
||
|---|---|---|
| config | ||
| database/migrations | ||
| resources/views | ||
| src | ||
| tests | ||
| .editorconfig | ||
| .gitattributes | ||
| .gitignore | ||
| .scrutinizer.yml | ||
| .styleci.yml | ||
| .travis.yml | ||
| CHANGELOG.md | ||
| CONTRIBUTING.md | ||
| LICENSE.md | ||
| README.md | ||
| composer.json | ||
| phpunit.xml.dist | ||
README.md
Laravel WebSockets 🛰
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.