Skip to content

Commit 578753f

Browse files
committed
Updated Readme
1 parent 3831e3e commit 578753f

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,12 @@ line to the `aliases` array if you want to use a short class name:
4848

4949
In Laravel 4 you can publish the default config file to `app/config/packages/aloha/twilio/config.php` with the artisan command `config:publish aloha/twilio`.
5050

51-
In Laravel 5 you can publish the default config file to `config/twilio.php` with the artisan command `vendor:publish`.
51+
In Laravel 5 you can publish the default config file to `config/twilio.php` with the artisan command `vendor:publish --tag=config`.
52+
Or to ensure you publish only this package's tag use
53+
```shell
54+
php artisan vendor:publish --tag=config --provider=Aloha\Twilio\Support\Laravel\ServiceProvider
55+
```
56+
5257

5358
#### Facade
5459

0 commit comments

Comments
 (0)