Skip to content

Commit cd38f17

Browse files
committed
49.1: install broadcasting with reverb and echo
1 parent bc90c62 commit cd38f17

File tree

10 files changed

+1449
-194
lines changed

10 files changed

+1449
-194
lines changed

bootstrap/app.php

+1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
->withRouting(
1010
web: __DIR__.'/../routes/web.php',
1111
commands: __DIR__.'/../routes/console.php',
12+
channels: __DIR__.'/../routes/channels.php',
1213
health: '/up',
1314
)
1415
->withMiddleware(function (Middleware $middleware) {

composer.json

+1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
"intervention/image": "^3.5",
1111
"intervention/image-laravel": "^1.2",
1212
"laravel/framework": "^11.0",
13+
"laravel/reverb": "@beta",
1314
"laravel/sanctum": "^4.0",
1415
"laravel/tinker": "^2.9",
1516
"tightenco/ziggy": "^2.0"

0 commit comments

Comments
 (0)