Skip to content

Commit

Permalink
Bump laravel version now that 8 is out
Browse files Browse the repository at this point in the history
  • Loading branch information
lornajane committed Sep 14, 2020
1 parent b75d488 commit aab3e45
Show file tree
Hide file tree
Showing 3 changed files with 342 additions and 244 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@ If you're new to Vonage, you can [sign up for an account](https://dashboard.nexm

We've tried to keep things short and sweet!

* Clone this repo and run `composer install`.
* Clone this repo and run `composer install` (requires PHP 7.3+).
* Copy `.env.example` to `.env`, add your credentials to the `NEXMO_*` fields at the bottom.
* Run your application with `php artisan serve`.
* If you're working locally, run [ngrok](https://ngrok.com) to expose the port locally; copy the URL.
* On the [Dashboard](https://dashboard.nexmo.com), go to the Messages API Sandbox, and whitelist your phone for WhatsApp.
* On the same page, configure the webhook URLs for incoming messages and status events:
- incoming messages should be `[url you copied earlier]/webhook/inbound`
- status webhooks should go to `[url you copied earlier]/webhook/status`
- incoming messages should be `[url you copied earlier]/webhooks/inbound`
- status webhooks should go to `[url you copied earlier]/webhooks/status`

You're all set!

Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@
],
"license": "MIT",
"require": {
"php": "^7.2.5",
"php": "^7.3.0",
"fideloper/proxy": "^4.2",
"fruitcake/laravel-cors": "^1.0",
"guzzlehttp/guzzle": "^6.3",
"laravel/framework": "^7.0",
"laravel/framework": "^8.0",
"laravel/tinker": "^2.0"
},
"require-dev": {
Expand Down
Loading

0 comments on commit aab3e45

Please sign in to comment.