From 13695d1b7a1665bc4406d5734c879bda6a8b1afa Mon Sep 17 00:00:00 2001 From: Dan Wiser Date: Fri, 15 Mar 2024 12:52:41 -0400 Subject: [PATCH] Update README.md Like other Laravel packages, the config can just be published using artisan. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 638d92a..0211f62 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ line to the `aliases` array if you want to use a short class name: You can publish the default config file to `config/twilio.php` with the terminal command ```shell -php -r "copy('vendor/aloha/twilio/src/config/config.php', 'config/twilio.php');" +php artisan vendor:publish --provider="Aloha\Twilio\Support\Laravel\ServiceProvider" ``` #### Facade