Skip to content

Commit

Permalink
Remove "artisan command" that's not working anyway
Browse files Browse the repository at this point in the history
  • Loading branch information
hannesvdvreken committed Feb 10, 2021
1 parent 0272c0c commit f430c27
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,10 @@ line to the `aliases` array if you want to use a short class name:
'Twilio' => 'Aloha\Twilio\Support\Laravel\Facade',
```

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

```shell
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');"
```

#### Facade
Expand Down

0 comments on commit f430c27

Please sign in to comment.