Skip to content

Commit f430c27

Browse files
Remove "artisan command" that's not working anyway
1 parent 0272c0c commit f430c27

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,10 @@ line to the `aliases` array if you want to use a short class name:
3232
'Twilio' => 'Aloha\Twilio\Support\Laravel\Facade',
3333
```
3434

35-
You can publish the default config file to `config/twilio.php` with the artisan command
35+
You can publish the default config file to `config/twilio.php` with the terminal command
3636

3737
```shell
38-
php artisan vendor:publish --tag=config --provider=Aloha\Twilio\Support\Laravel\ServiceProvider
38+
php -r "copy('vendor/aloha/twilio/src/config/config.php', 'config/twilio.php');"
3939
```
4040

4141
#### Facade

0 commit comments

Comments
 (0)