Skip to content

Commit e04903c

Browse files
committed
Update readme to indicate vapor support
1 parent 35f2e95 commit e04903c

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ In order to use this package, your project needs to meet the following criteria:
1616

1717
- PHP 7.4 or 8.x
1818
- Laravel 6, 7 or 8
19-
- Uses [bref](https://bref.sh) to deploy to AWS
19+
- Uses either [bref](https://bref.sh) or [Laravel Vapor](https://vapor.laravel.com) to deploy to AWS
2020
- Has a working queue
2121
- Uses Laravel Mix or any other tool to bundle your assets
2222

@@ -34,7 +34,8 @@ yarn add laravel-echo-api-gateway
3434
npn install --save laravel-echo-api-gateway
3535
```
3636

37-
Next, we have to add some elements to our `serverless.yml` file.
37+
Next, when using Bref, we have to add some elements to our `serverless.yml` file. If using Vapor, these resources have
38+
to be created by hand using the AWS CLI or console.
3839

3940
Add a new function that will handle websocket events (messages etc):
4041

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
"echo",
77
"websockets",
88
"bref",
9-
"serverless"
9+
"serverless",
10+
"laravel vapor"
1011
],
1112
"homepage": "https://github.com/georgeboot/laravel-echo-api-gateway",
1213
"type": "library",

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@
77
"echo",
88
"websockets",
99
"bref",
10-
"serverless"
10+
"serverless",
11+
"laravel vapor"
1112
],
1213
"homepage": "https://github.com/georgeboot/laravel-echo-api-gateway",
1314
"repository": {

0 commit comments

Comments
 (0)