File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ advised to only use this package for non-critical / non-production projects.
2121In 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
You can’t perform that action at this time.
0 commit comments