File tree 3 files changed +20
-7
lines changed
3 files changed +20
-7
lines changed Original file line number Diff line number Diff line change 1
1
APP_ENV = local
2
- APP_DEBUG = true
2
+ APP_DEBUG = false
3
3
APP_KEY = SomeRandomStringSomeRandomString
4
4
5
5
# Twilio API credentials
Original file line number Diff line number Diff line change 222
222
223
223
],
224
224
225
+ 'debug_hide ' => [
226
+ '_ENV ' => [
227
+ 'APP_KEY ' ,
228
+ 'TWILIO_ACCOUNT_SID ' ,
229
+ 'TWILIO_AUTH_TOKEN ' ,
230
+ ],
231
+
232
+ '_SERVER ' => [
233
+ 'APP_KEY ' ,
234
+ 'TWILIO_ACCOUNT_SID ' ,
235
+ 'TWILIO_AUTH_TOKEN ' ,
236
+ ],
237
+ ],
225
238
];
Original file line number Diff line number Diff line change @@ -50,12 +50,6 @@ After the above requirements have been met:
50
50
cd airtng-laravel
51
51
```
52
52
53
- 1. Install PHP dependencies
54
-
55
- ` ` ` bash
56
- make install
57
- ` ` `
58
-
59
53
1. Set your environment variables
60
54
61
55
` ` ` bash
@@ -64,6 +58,12 @@ After the above requirements have been met:
64
58
65
59
See [Twilio Account Settings](# twilio-account-settings) to locate the necessary environment variables.
66
60
61
+ 1. Install PHP dependencies
62
+
63
+ ` ` ` bash
64
+ make install
65
+ ` ` `
66
+
67
67
1. Expose the application to the wider Internet using [ngrok](https://ngrok.com/)
68
68
69
69
` ` ` bash
You can’t perform that action at this time.
0 commit comments