Skip to content

Commit 3c1d680

Browse files
committed
Add laravel support up to 11 in README
1 parent 3a0dc89 commit 3c1d680

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ advised to only use this package for non-critical / non-production projects.
2121
In order to use this package, your project needs to meet the following criteria:
2222

2323
- PHP 7.4 or 8.x
24-
- Laravel 6, 7 or 8
24+
- Laravel 6 to 11
2525
- Uses either [bref](https://bref.sh) or [Laravel Vapor](https://vapor.laravel.com) to deploy to AWS
2626
- Has a working queue
2727
- Uses Laravel Mix or any other tool to bundle your assets
@@ -120,6 +120,7 @@ provider:
120120
121121
environment:
122122
# Add these variables
123+
# Please note : in Laravel 11, this setting is now BROADCAST_CONNECTION
123124
BROADCAST_DRIVER: laravel-echo-api-gateway
124125
LARAVEL_ECHO_API_GATEWAY_DYNAMODB_TABLE: !Ref ConnectionsTable
125126
LARAVEL_ECHO_API_GATEWAY_API_ID: !Ref WebsocketsApi

0 commit comments

Comments
 (0)