Linux unitednationsplay.com 3.10.0-1160.45.1.el7.x86_64 #1 SMP Wed Oct 13 17:20:51 UTC 2021 x86_64
nginx/1.20.1
Server IP : 188.130.139.92 & Your IP : 18.221.83.34
Domains :
Cant Read [ /etc/named.conf ]
User : web
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
home /
www /
3 /
beyondcode /
laravel-websockets /
Delete
Unzip
Name
Size
Permission
Date
Action
config
[ DIR ]
drwxr-xr-x
2018-12-04 09:00
database
[ DIR ]
drwxr-xr-x
2018-12-04 09:00
resources
[ DIR ]
drwxr-xr-x
2018-12-04 09:00
src
[ DIR ]
drwxr-xr-x
2018-12-04 09:00
.styleci.yml
66
B
-rw-r--r--
2018-12-04 09:00
CHANGELOG.md
131
B
-rw-r--r--
2018-12-04 09:00
CONTRIBUTING.md
2.9
KB
-rw-r--r--
2018-12-04 09:00
LICENSE.md
1.07
KB
-rw-r--r--
2018-12-04 09:00
README.md
2
KB
-rw-r--r--
2018-12-04 09:00
composer.json
1.93
KB
-rw-r--r--
2018-12-04 09:00
Save
Rename
# Laravel WebSockets 🛰 [](https://packagist.org/packages/beyondcode/laravel-websockets) [](https://travis-ci.org/beyondcode/laravel-websockets) [](https://scrutinizer-ci.com/g/beyondcode/laravel-websockets) [](https://packagist.org/packages/beyondcode/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 its features. ## Installation You can install the package via composer: ```bash 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](https://docs.beyondco.de/laravel-websockets/). ### Changelog Please see [CHANGELOG](CHANGELOG.md) for more information what has changed recently. ## Contributing Please see [CONTRIBUTING](CONTRIBUTING.md) for details. ### Security If you discover any security related issues, please email marcel@beyondco.de instead of using the issue tracker. ## Credits - [Marcel Pociot](https://github.com/mpociot) - [Freek Van der Herten](https://github.com/freekmurze) - [All Contributors](../../contributors) ## License The MIT License (MIT). Please see [License File](LICENSE.md) for more information.