We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1266871 commit 021580fCopy full SHA for 021580f
.npmignore
@@ -6,3 +6,5 @@ vendor/
6
.idea/
7
.phpunit.result.cache
8
yarn-error.log
9
+composer.json
10
+composer.lock
README.md
@@ -29,9 +29,9 @@ First we have to install both the composer and npm package:
29
```shell
30
composer require georgeboot/laravel-echo-api-gateway
31
32
-yarn add georgeboot/laravel-echo-api-gateway
+yarn add laravel-echo-api-gateway
33
# or
34
-npn install --save georgeboot/laravel-echo-api-gateway
+npn install --save laravel-echo-api-gateway
35
```
36
37
Next, we have to add some elements to our `serverless.yml` file.
0 commit comments