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 0272c0c commit f430c27Copy full SHA for f430c27
README.md
@@ -32,10 +32,10 @@ line to the `aliases` array if you want to use a short class name:
32
'Twilio' => 'Aloha\Twilio\Support\Laravel\Facade',
33
```
34
35
-You can publish the default config file to `config/twilio.php` with the artisan command
+You can publish the default config file to `config/twilio.php` with the terminal command
36
37
```shell
38
-php artisan vendor:publish --tag=config --provider=Aloha\Twilio\Support\Laravel\ServiceProvider
+php -r "copy('vendor/aloha/twilio/src/config/config.php', 'config/twilio.php');"
39
40
41
#### Facade
0 commit comments